Android change SDK version in Eclipse? Unable to resolve target android-x

后端 未结 7 1555
隐瞒了意图╮
隐瞒了意图╮ 2020-12-14 15:10

I developed an Android aplication against 2.1 SDK. Since then I have re-installed Eclipse/Android SDK; with the new install, I want to \'upgrade\' the dependancy of the Andr

7条回答
  •  青春惊慌失措
    2020-12-14 15:43

    If you're using eclipse you can open default.properties file in your workspace and change the project target to the new sdk (target=android-8 for 2.2). I accidentally selected the 1.5 sdk for my version and didn't catch it until much later, but updating that and restarting eclipse seemed to have done the trick.

提交回复
热议问题