Great to see the new Android Library Project feature in ADT 0.9.7.

http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject

However, some things aren't clear to me yet:

1. In the library project, what does versionCode, versionName,
packageName now mean? I assume nothing???
2. The docs state that activities, services etc need to be declared in
the library project and also the app project. So doesn't this just
result in a load of duplication? What if the activity is declared
slightly differently in one to the other?
3. It would have been incredibly useful to allow library projects to
reference each other. I'm curious as to why this is not possible...
4. If an app references both resources and code in a library project,
then that library project needs to be added as both a library and a
project in the app's build path (in eclipse at least) - why is this?
5. I'm considering subclassing library project activities/services in
my app project. Is there any reason not to do this?

-- 
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