[INSTALL_FAILED_DEXOPT] error while launching Android application in Intellij Genymotion module

I wanted to test my Android application on a Genymotion virtual machine through the Genymotion plugin on IntelliJ. I keep getting this error message. Failure [INSTALL_FAILED_DEXOPT] I get the same message when I run my application on a real Android device. I tried reinstalling intellij, but that didn't work.

Here is my logcat BTW.

02-06 00:45:28.364      237-264/system_process E/PackageManager﹕ Package com.codeUP.juanderlab has mismatched uid: 10083 on disk, 10096 in settings
02-06 00:45:28.698      111-111/? E/installd﹕ dexopt failed on '/data/dalvik-cache/data@app@com.codeUP.juanderlab-1.apk@classes.dex' res = 65280
+3
source share
1 answer

You do not need to reinstall IntelliJ. Just uninstall some of your applications in the GenyMotion emulator by going to Settings → Applications → Application Management

Or just stop your GenyMotion emulator and run it again.

0

All Articles