miten wrote: > Hi, > > I have few apps (apks) which share common framework (jar). Instead of > saving jar in each apk I guess it would be more efficient to preload them > from common location which will reduce apk size as well as memory. > > If it is possible with zygote please guide what I need to do like do I need > to package the shared jar differently and store it in some specific > location (ex. like in tomcat we have specific locations for classes stored > for all webapps on tomcat). > > Regards, > > Miten.
see http://developer.android.com/guide/topics/manifest/uses-library-element.html pskink -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

