Unable to resolve target 'android-16'

后端 未结 13 1816
广开言路
广开言路 2020-12-01 01:02

I am using Android 4.2.2. After installing the latest SDK, when I open the eclipse I could see all the projects having the problem during the build. Following is the error i

13条回答
  •  北海茫月
    2020-12-01 01:15

    Go to project.properties in your project folder and change android:targetSdkVersion or target tag.

    For example, if project.properties file contains android:targetSdkVersion=16 or target=android-16, change it to one of the targets which you have installed (you could check the installed target from Android SDK manager).

提交回复
热议问题