Wednesday, July 6, 2011

[android-developers] Re: Android Library and Resources

The problem is in fact quite simple :
The library's package is com.lib
The application's package is com.app
Instead of having in the hosting application's gen/ directory
com.lib.R and com.app.R,
I only have com.app.R, containing both the library and application
resources.
As a result, the lib cannot be compiled within the application as its
resources are now in the application package (com.app.R)

On Jul 6, 7:46 pm, TreKing <treking...@gmail.com> wrote:
> You may want to take a step back, re-explain the issue, and provide a clear
> description and example of the problem.
>
> I, for one, am thoroughly confused.
>
> --------------------------------------------------------------------------- ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment