I have a requirement that any 3rd party libraries that I use in my Android project should be dynamically linked from our source. I have put third party jars into a lib directory and use those jars on the classpath for my project. However, with the dex compilation process, all of the classes are compiled into a single dex file that then gets wrapped into the apk. Does this now constitute a "statically linked" 3rd party library.
Thanks, Nik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

