odex-patcher icon indicating copy to clipboard operation
odex-patcher copied to clipboard

MultiDex patching not working on Android 4.4

Open giacomoferretti opened this issue 4 years ago • 0 comments

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.

giacomoferretti avatar Dec 14 '20 11:12 giacomoferretti