Hello, I'm developing couple of applications which uses a java library (.jar). Both applications run fine in their own dalvik and things are fine. However, the library (although is being shared) is being linked into the byte code (generated by the compiler) and there by increasing the memory usage in the device.
Is there anyway to actually share this library across applications (dalvik vms)? -- 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

