I upgraded my app from Android 2.1 (Eclair) to Android 2.2 (Froyo), but I didn’t realize that most of my users are still running Android 2.1. Now they can’t get the update anymore. Can I downgrade my app to Android 2.1?
Share
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 need to set the minSDKVersion (API 7 is is 2.1 compatible, I believe) to the appropriate API in the manifest and make sure all your code is compliant. You can find information about this in the Android documentation