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
1.Click Resource.designer.cs file from your project.
2.Click CTRL+A (Select All)
3.Click Del (Delete all)
4.Clean and Rebuild your project(if you get message for modified Resource.designer.cs click "Yes to All" button).
you are now get error for first buildings. but your Resource.designer.cs file is regenerated.you can now second build. its works.