Resources.designer.cs does not auto-generate. (Beginner MonoDevelop)

I am new to MonoDevelop, I am learning to create Android applications. I ran into a problem in the following tutorial: http://docs.xamarin.com/android/getting_started/hello_world

This guide states that if I modify the resource.xml file and rebuild the application, code will be generated using the resource.designer.cs file that depends on the changes I made to resource.xml. But the code just remains as it is, without any changes.

What am I missing? Thanks.

EDIT: Nevermind, it works XD

+7
source share
1 answer

I had the same problem for a while. If you simply delete Resource.Designer.cs, it will be restored correctly.

+5
source

All Articles