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
As recently as Xamarin Studio 5.6 (build 273) with Xamarin.Android 4.18.0, if you have manually deleted the Resource.designer.cs
file from the project, rebuilding will regenerate Resource.designer.cs
, but will not add it back into the project. So after attempting to rebuild once, the file will be present in the file system, but not in the project. To fix this, manually add the newly generated file into the Resources folder in the project.