I\'m working on a project using the Google Maps Android API v2, and I have a problem when I start referencing google-play-services_lib. A red exclamation mark appears on my proj
google-play-services_lib
not found target 'android-8'
because it was not installed in your Android SDK
.
change your Android target 'android-8'
to any other using.
Your Project--->Right Click-->Properites-->Android-->Select Google API 15(whatever you have)-->ok
Or
Add this in Android manifest file.
you can add target SDK any which you have but it must be Google API
.