[android-developers] Re: Help with dialog builder and resource problem please

2009-03-20 Thread Streets Of Boston
If i understand various messages i've read on this board correctly, you can not bundle Android resources in a shared library. You can only bundle share classes (and regular java-resources, i hope) in JARs. I was trying to do the same, sharing layouts, bitmaps, etc among a suite of applications.

[android-developers] Re: Help with dialog builder and resource problem please

2009-03-20 Thread Paper Coder
This would make sense, as it's the first (and only) library class that uses resources from my library projects folder. I will alter my project accordingly, however, I'm surprised that resources can't be references from other projects. It would be nice to see this fixed or a workaround posted