1

Once a .apk file has been installed, where is the extracted dex code stored, to be precise, what subdirectory of data/data/appname/...? And, is it actually stored as dex code or is it converted to something else for storage?

Felipe Calderon
  • 675
  • 2
  • 7
  • 17

1 Answers1

1

APK is copied to /data/app of root. Data related to apk is generated in to /datadata/app_name

related post

https://android.stackexchange.com/questions/5147/the-installation-steps-of-android-package

Android: Understanding the APK installation process

Community
  • 1
  • 1
Abhishek
  • 2,350
  • 2
  • 21
  • 35