I was working on an android tutorial and it wanted me to import the library from another
At times, when only single Android SDK version is installed on your system, and if it gets changed either by un-installing / re-installing Eclipse, or otherwise (directly through SDK Manager), then this issue might crop up. . This is accompanied by the message like this on Eclipse console:
YourApp] Unable to resolve target 'android-22'
. A simple workaround to this issue is:
change the targetSdkVersion to the one currently installed on your system
target=android-21