Parsing Error while installing the Android application in Android phones?
Parsing error comes due to the Android-SDK version given in the Android manifest file.
To overcome this error please follow the steps given below.
Step 1:- Click on the android project in the Package Explorer of the Eclipse.
Step 2:- Now click on the AndroidManifest.xml. After this a project manifest will open.
Step 3:- Now click on the AndroidManifest.xml file at the bottom.
This xml file contains the android-sdk version as shown
Step 4:- Change this android-sdk version from 14 to 4 as shown
<uses-sdk android:minSdkVersion="4" />
Thats all...the parsing error is removed!!!Check it.
What is this "anaroid project in the package explorer of the eclipse", "AndroidManifest.xml". What is this shit????? :-/ dude plzzz help me out.... seriously. You ought to have h genious mind... but I m short of intelegence. So, kindly make your post in simpler... and easier... that is the biggest quality of a developer..
ReplyDeleteSee all the Android projects which you are developing are listed in the package explorer...its just the information...plz tell me exactly when you are facing the problem.
DeleteThis comment has been removed by the author.
ReplyDeleteHi am sakthidasan
ReplyDeletei done one project in sdk 8 version ...
its like
but when i install the .apk file in device for checking... this problem has occurred Parse error: there is a problem parsing the package
please give me a solution ,,,
hi is there another way of doing this without going through these steps ?
ReplyDeletehi,
ReplyDeleteIts not working. After doing this also its throwing the package parsing error.
It depends upon the Android OS version you are using in your device. Please check with lower minSdkVersion like 2 instead of 4.
Delete