You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android 4.4 only the first classes.dex is optimized. The secondary dex files, like classes2.dex, are optimized later using the MultiDex support library and they are store under /data/data/packagename/code_cache/secondary_dexes/packagename.apk.classesN.zip for every file. After extracting the single dex files, the MultiDex support library optimize them and saves them under /data/data/packagename/code_cache/secondary_dexes/packagename.apk.classesN.dex.
The text was updated successfully, but these errors were encountered:
On Android 4.4 only the first
classes.dex
is optimized. The secondary dex files, likeclasses2.dex
, are optimized later using the MultiDex support library and they are store under/data/data/packagename/code_cache/secondary_dexes/packagename.apk.classesN.zip
for every file. After extracting the single dex files, the MultiDex support library optimize them and saves them under/data/data/packagename/code_cache/secondary_dexes/packagename.apk.classesN.dex
.The text was updated successfully, but these errors were encountered: