In Xamarin Android - How to regenerate the Resource.designer.cs
I tried to mark all the XML file\'s Build Action as \"AndroidResource\" and still the Resource.designer.c
I have found that Xamarin studio will stop regenerating the Resources file due to changes in the project file. The top build PropertyGroup should contain entries for
**Your_Root_Namespace**
Resources
Assets
True
True
Resources\Resource.designer.cs
Resource
*your value here*
and for some reason these just disappear. If you open the csproj of the Android project with a text editor and add these entries it seems to work. I grabbed these entries from a fresh new project I created in Xamarin Studio that was working, which is possibly the easiest way to do this.