Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiDex patching not working on Android 4.4 #6

Open
giacomoferretti opened this issue Dec 14, 2020 · 0 comments
Open

MultiDex patching not working on Android 4.4 #6

giacomoferretti opened this issue Dec 14, 2020 · 0 comments
Assignees
Labels
Android 4.4 (SDK 19) bug Something isn't working help wanted Extra attention is needed

Comments

@giacomoferretti
Copy link
Owner

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 giacomoferretti added the bug Something isn't working label Dec 14, 2020
@giacomoferretti giacomoferretti added this to the 1.1.x milestone Dec 14, 2020
@giacomoferretti giacomoferretti self-assigned this Dec 14, 2020
@giacomoferretti giacomoferretti removed this from the 2.1.0 milestone Apr 3, 2023
@giacomoferretti giacomoferretti added the help wanted Extra attention is needed label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android 4.4 (SDK 19) bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant