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
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).