eclipse - android: requires previous sdk support even if min sdk version is higher? -
I am new to Android development and I tried to import Android applications in my Eclipse (ADT). But, I'm getting an error saying:
is unable to resolve the target of Android-8 ' , but I have a manifest file Checked in, the minimum SDK and target SDK are set as follows:
Then, why am I having this error? Why do I need API 8, even if the application supports SDK11? Facebook and GCM have been integrated into the application? What is the reason for this? Or, are there any classes that require API 8 support? I am getting confused and can not find a satisfactory answer. Thank you.
You have set the application Android 8 as the target version, replace it with the properties option
Right click on the project and click "Properties". Then select "Android" from the left side then you can select the target version from the right.
Always try to select the highest available target version Go to Android (currently 4.4.2 KitKat).
Comments
Post a Comment