Hi all, I am trying to use a third party library for an application and I also need to add all it's dependency jars in order for it to work. What I did so far, was create a lib folder inside my android app project and started adding the library and all it's dependencies in there. However, when I tried to add them to the project java build path in eclipse, my eclipse froze and I got an error that the workbench state is not ok. Is there a different way to add jars to an application? Do I need to compile and package the jars using dx and the apk packaging tools? Is there a limitation on the size of the libraries (I think that all the jars I am trying to import are about 5 MB's)? Can someone please point me to some documentation or give me some pointers on using third party jar libraries from Android applications, as I've tried searching and asking around, but haven't found anything relevant - perhaps I missed something.
Thanks, Mihai -- 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

