INSTALL_FAILED_DEXOPT error when trying to install application

╄→гoц情女王★ 提交于 2019-11-27 22:05:23
Snicolas

Try to uninstall this app, and all others who have your signature on your device (your other apps). Clean your project and restart install. Also, you should consider installing your app through another mean that ADB, for instance using dropbox.

I didn't have any previous version of the App installed, so uninstall was not an option. On newer version of Emulator you can fix that by doing Cold boot in AVDM (Android Virtual Device Manager), that had helped me.

you can also try out wipe user data option when starting emulator.This worked for me.The reason behind this error is you are not updating your emulator with the application data that is already changed.So emulator can't find the new data in your installed application.hope this will work for you.

I suggest running Eclipse and viewing LogCat output to see what the actual error message is. I was getting this error and it was because my device was low on storage and it was failing to unzip the APK. I believe there are multiple reasons that this error can be triggered and uninstalling or clearing user data may be unnecessary.

I had "Manage App Permissions" enabled, after disabling I could install app using adb

Me faced similar error when device memory was almost utilized, was able to resolve by removing some files. So please check if enough free space is available in your device memory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!