I am new to Android Development and I tried to import an Android Application in to my Eclipse (ADT). But , I am getting an error saying :
Unable to resolve target 'android-8'
But , I checked in the manifest file that , the min sdk and target sdk are set as follows:
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="19" />
Then , why am I having an this error? Why do I require API 8 , even-though the application supports min sdk 11 ? The Application has Facebook and GCM integrated into it? Is it because of this? Or , are there any classes that require API 8 support? I am getting confused and not able to find a satisfactory answer. Thanks.