How to change target build on Android project?

后端 未结 13 598
傲寒
傲寒 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:22

    I had this problem too. What worked for me was to first un-check the previously selected SDK version before checking the new desired version. Then click okay.

提交回复
热议问题