Re: [android-developers] zygote preloading jars

2013-03-21 Thread Mark Murphy
On Thu, Mar 21, 2013 at 7:27 AM, miten wrote: > If it is possible with zygote Only if you are creating your own version of Android, from the source code, and rolling that into your own ROM mod or device. Please visit http://source.android.com for more information on the Android source code. -- M

[android-developers] zygote preloading jars

2013-03-21 Thread miten
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