Xamarin Problems And Solutions
Hi fellas, Here is a post regarding Xamarin issues, being a Xamarin(Xamarin.Forms) mobile app developer i have faced a lot of troubles in Xamarin and also I am able to solve them eventually. But solving took a lot of time too, So i decided to make post regarding this so that if someone with same problems can solve quickly without wasting your time. I hope this helps you. Xamarin issue : 1 ----------------------- This is a issue which keeps showing Updating resources forever Reason : This is mostly occurs in android when you are dealing with " .xml" and " .axml" files in android resources, android layouts, strings folder, values folder, ... Solution: If you have added an .xml file recently and this error appears: Then you have placed the xml file in wrong folder or you have entered a invalid code in .xml file so just remove the file to solve the issue. 1) close the solution or force quit the studio. 2) open the folder location of the file in sys...