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

It says:
One library project cannot reference another
A library cannot depend on another library.

So how do I go about having my library project use a shared resource
if it can't depend on any other libraries?

My particular instance is an activity I want to share in multiple
apps.  I want the activity to share a sound manager class that also
appears in multiple apps.  I don't see a way to have both factored out
at the same time.  If my library can't depend on another library, I'm
still gonna have duplicated code everywhere, am I not?

What good is this library stuff if I'm still gonna be repeating myself?


-- 
Greg Donald
destiney.com | gregdonald.com

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

Reply via email to