My phone is a Samsung Galaxy S II running Android version 2.3.3, and when I try to install a package I get the error
Parse Error
I use Android 3.2 to make these packages.
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.
You answered yourself,
You are trying to open a 3.2 application on a 2.3.3 device.
Solution
Change the required API level tag
android:minSdkVersionfrom the manifest fileor remove the required API level tag
android:minSdkVersion.