[mono-android] Resources inside class libraries
Jonathan Pryor
jpryor at novell.com
Wed Mar 23 10:01:02 EDT 2011
On Mar 23, 2011, at 1:39 AM, Everton Elvio Koser wrote:
> Resources are not supported in 'class library ', or I missed something?
That's correct, because I'm not entirely sure how that would even work.
Consider it a topic for future research:
https://bugzilla.novell.com/show_bug.cgi?id=679499
For the time being, I would suggest having your Library project link to the Resource.Designer.cs of your main project (though that doesn't help too much if the library is used by multiple different apps). Alternatively, allow the resource ids to be passed as parameters from the main app.
- Jon
More information about the Monodroid
mailing list