Android : Xamarin android messing up resource handles

on Friday, August 29, 2014


I'm encountering a certain issue that's rather annoying.


Whenever I edit anything having to do with resources, Xamarin messes up the resource handles. So, assuming that string resource Resource.String.AStringResource has handle 2131034119 "normally", Xamarin messes this and uses another resource handle entirely (which could be e.g. the handle to an assembly!).


Performing a "Clean all" makes the issue go away until the next time I need to edit a resource (layout, string, add/remove an image, whatever).


Has anyone else encountered the same?


0 comments:

Post a Comment