I am trying to create a library project, following the directions at
http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject.
I've got things working up to the point of building the application
that depends on the library, but installing the APK on the emulator
always fails, because the shared library is not there.  (The
documentation indicates that the ADT would include the library in the
APK of the dependant application, but this is clearly not happening.)

BTW, I'm using the package name of my library project in the
application's "uses library" tag.  Is this correct?  The documentation
is completely silent on this subject.

I've been banging my head against this for two days now, and I can't
help wondering if anyone has gotten a library project to actually
work.

Any ideas appreciated.  Thanks!

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