My application runs well on emulator but when I run on device it gives error parsing the package!!
what changes should be made to make it work on device?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your minSdkVersion value in Android-Manifest.xml is more than your phone API level. reduce it to be installable on your phone.
Find appropriate API level for Android version of your phone here:
1.5 : API level 3
1.6 : API level 4
2.0 : ApI level 5
2.0.1: API level 6
2.1: API level 7
2.2: API level 8
2.3: API level 9
2.3.3: API level 10
3.0: API level 11
3.1: API level 12
3.2: API level 13
4.0: API level 14
4.0.3: API level 15
4.1: API level 16