Thanks for your help. I downloaded and installed one paid Android app using Google Play Store in phone with Android OS 4.3. I wrote one test application which enumerates list of installed apps and prints apk download location them. When I tested this app, I found that, this paid app was downloaded at "/mnt/asec". In this location, the directory named by that app's package name was created and it was having following files: - res.zip (containing res directory, AndroidManifest.xml) - pkg.apk - libs directory
On Tuesday, September 24, 2013 7:56:12 PM UTC+5:30, Nikolay Elenkov wrote: > > On Tue, Sep 24, 2013 at 11:16 PM, gauri <[email protected] <javascript:>> > wrote: > > How does Android split APK? What part of APK is stored in /data/app and > what > > part is stored in /data/app-asec? > > > See the blog post for details, but in short the public part has resources > and > the manifest, and the private part has code and assets. > -- 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.

