Installation error: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION




Asked on November 02, 2014
Hi, I am getting a strange error while deploying APK file in eclipse android emulator.
Need help.

Installation error: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION
Please check logcat output for more details.



Replied on November 02, 2014
This is a common error when we try to provide android core jar dependency from eclipse as well as using Maven build. If our APK file consists android core JAR, then it may create issue while deploying in android OS. Because android OS has already core JAR. It gets conflicts with APK file and throws error.

The scenario where we do mistake is that in libs folder we will be putting android core jar that gets included with APK file. Check at your end and if this is the case, delete android core JAR from libs folder.



Write Answer










©2024 concretepage.com | Privacy Policy | Contact Us