问题
I created a class library (Mono for Android) and put the folders Resources/Drawable, Resources/Layout and Resources/Values in it.
Unfortunately the file Resource.Designer.cs is not created automatically. I've all xml-Files set on BuildAction "AndroidResource"... but no recource file is created.
DO I have to do something else?
Thanks a lot!
回答1:
There isn't support for resources in a class library project. Resources must be in the main application project.
来源:https://stackoverflow.com/questions/6414329/why-is-resource-designer-cs-not-created