This most likely has to do with the size of classes.dex. On anything pre-ICS dexopt will fail on anything over 5mb. Check the size of classes.dex in your apk. It would also be good to see what your method count is as dex has a 65536 method/field limit.
8 score
Error while installing application (INSTALL_FAILED_DEXOPT)
score
8
question views
8.1K
license
CC BY-SA 3.0
Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.