Okay, in order to make it easier (I hope) to have both a Licensed full
version, and a Demo version of my app, I've converted my App project in
Eclipse into an Android Library project.
I created a new Library project, the copied all the source and resources
over, set the manifest values, etc...
I then created a new App project to be the licensed version.  It uses the
library project.

What I'm seeing is that the App project builds a R.java for both the App and
the Library.  BUT it builds the one for the library incorrectly.  It's
leaving out several resources from my portrait layout.
When the Library project is build, it's R.java has all the resources.

Note:
It's also interesting that the App project builds an R.java for the App, and
an R.java for the Library project - and they are IDENTICAL.
This also indicates that you have to be really careful about not having
conflicting resource names between and App and a Library it uses.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to