Once I have created a project with the Android wizard, how do I change the API Package from say 1.5 to 2.1 ?
I’m not referring to the application xml where the minimum API is set, I’m referring to the jar’s included in my project to the Google APIs.
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.
Are you using Eclipse for this because you tagged the question with eclipse.
If you are using Eclipse just right click on your project select properties now choose android. You should now be able to select another build target. If you want to the API package change the checkbox from 4 to 7.
If you are not using Eclipse and want to use the Android console program use the terminal program android in the following way