How to change target build on Android project?

后端 未结 13 639
傲寒
傲寒 2020-12-04 11:01

I currently have an Android project in Eclipse.

I created it with a target build of 1.5 (sdk 3).

Now I want to change it so that it has a minSdk of 3 and tar

13条回答
  •  旧时难觅i
    2020-12-04 11:10

    There are three ways to resolve this issue.

    1. Right click the project and click "Properties". Then select "Android" from left. You can then select the target version from right side.

    2. Right Click on Project and select "run as" , then a drop down list will be open.
      Select "Run Configuration" from Drop Down list.Then a form will be open , Select "Target" tab from "Form" and also select Android Version Api , On which you want to execute your application, it is a fastest way to check your application on different Target Version.

    3. Edit the following elements in the AndroidManifest.xml file

    xml:

    
    
    

提交回复
热议问题