How do I solve the INSTALL_FAILED_DEXOPT error?
INSTALL_FAIL_DEXOPT usually has to do with the limit placed on classes.dex. On anything pre-ICS dexopt will fail on anything over 5 MB. Recent versions of Android use an 8 or 16 MB buffer. Check the size of classes.dex...