-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multi dex works fine but installation fails with dex-opt failure #1
Comments
More logs W/ActivityManager( 756): No content provider found for permission revoke: file:///data/local/tmp/multi-dex-sample.apk |
Hi, android maven plugin has bugged implementation of multi-dex, Check out my fork https://github.com/kkalisz/maven-android-plugin it has fixed multi-dex option, I also have version with proguard integration, but it need some refactor. |
@kkalisz thank you for the information. So how do i use it. .just locally clone it .build it and deploy it to my local repo to test it ? or is it publicly available .. Thanks |
This is really not an issue but i am curious..So trying to reach out to u ..The mult idexing works fine with android latest plugin but while trying to install it on a device it keeps failing ..
Any idea ?
target ➤ adb install multi-dex-sample.apk git:master*
5396 KB/s (629054 bytes in 0.113s)
pkg: /data/local/tmp/multi-dex-sample.apk
Failure [INSTALL_FAILED_DEXOPT]
The text was updated successfully, but these errors were encountered: