Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

resources.designer.cs isn't auto-generating. (MonoDevelop beginner) [closed]

I'm new to MonoDevelop, I'm learning to build apps to Android. I'm facing a problem in the following tutorial: http://docs.xamarin.com/android/getting_started/hello_world

This tutorial claims that if I change the resource.xml file, and rebuild the application, There will be an auto- generated code in the resource.designer.cs that influenced by the changes I made in the resource.xml. But the code just stays as it is, without any changes.

What am I missing? Thank you.

EDIT: Nevermind, it is working XD

like image 286
idish Avatar asked Jun 24 '12 18:06

idish


1 Answers

I was having the same issue for a while. If you just delete Resource.Designer.cs it will regenerate correctly.

like image 155
gghuffer Avatar answered Sep 28 '22 03:09

gghuffer