1

How to change the version of android application. i did entire code in Android 2.2 version, if i want to install the apk in 2.1 version, it getting parse error. How to change the versions of application. I dont know how to solve this issue. pls guide me to solve this problem.

2 Answers 2

3

if you are using eclipse it's very easy

go in eclipse project explorer

then right click on properties

select android from tree view

select your appropriate version.

and then in in menifest file change minsdk to 2.1

Sign up to request clarification or add additional context in comments.

Comments

2

If you are using eclipse change value in manifest and build target in project configuration (Right click on project->Properties->Android-> Select that one which you need.

You have to also know that there can be some problems because of different version.

Check also this one Android Developer

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.