I am developing on Android application using Android version from 2.2 to 4.4, my application apk size is 4.25M, it installed successfully and works well in 4.* devices, while it can not successfully installed in Android 2.* device, and I got the error log like this:
[2014-09-09 11:07:17 - whatisapp] Installation error: INSTALL_FAILED_DEXOPT.
[2014-09-09 11:07:17 - whatisapp] Please check logcat output for more details.
[2014-09-09 11:07:17 - whatisapp] Launch canceled!
How to solve this kind of error?