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
source
share