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
idish
source share