Correct, we don't support shared libraries in 1.0. If you want to directly link against a class, you'll need to build it directly in to each .apk that links with it.
On Aug 28, 3:02 pm, Jey <[EMAIL PROTECTED]> wrote: > Thanks Brad. Thats my understanding, that we cannot share jar files. > I thought you had(cked) a way to pass jar files to dx, which I could > follow. > Never mind. > > thanks for the response, > -Jey > > On Aug 28, 10:58 am, Brad Larson <[EMAIL PROTECTED]> wrote: > > > I was able to get it working in Eclipse by setting my project to > > include the source from the library project. I was never able to get > > it to work if I used .jar files. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

