Whatelse I'm trying to import the error "Unable to resolve the target" android-8 "

Well, I'm trying to use google maps api v2. so i need to import:

SDK / optional / Google / google_play_service

if i import there are some errors

[2014-02-13 22:32:55 - google-play-services_lib] Unable to resolve target 'android-9'
[2014-02-13 22:32:56 - google-play-services_lib] Unable to resolve target 'android-9'
[2014-02-13 22:34:51 - google-play-services_lib] Unable to resolve target 'android-8'
[2014-02-13 22:34:52 - google-play-services_lib] Unable to resolve target 'android-8'

I uninstall everything and reinstall it, but the problem is still pressing.

+3
source share
2 answers

You need to download the right version of the Android API from adt (here 8 and 9).

+4
source

Do you use that you have downloaded the correct version of Google Play services. There are two versions 1. for API 13 or more 2. for API less than 13

, , "" (Alt + Enter), Android (Target Project Target) → Android 4.4.2 , , "- > OK". , .

+1

All Articles