0

Please see the picture. I know that Google Play Services must be here, but it is not here. How can I add GooglePlayServices to Eclipse?

enter image description here

reVerse
  • 35,075
  • 22
  • 89
  • 84
bask0xff
  • 145
  • 4
  • 13

3 Answers3

1

unchecked INSTTALLED in android sdk manager

enter image description here

Zied R.
  • 4,964
  • 2
  • 36
  • 67
1

Update your SDK and make sure you're using the up to date version of ADT (Android Developer Tools).

Simas
  • 43,548
  • 10
  • 88
  • 116
0

Thanks for all. I solved my problem.

I have another one Android SDK for Android Studio located in my case here 'c:\Program Files (x86)\Android\android-studio1\sdk'

Then I copied folder 'c:\Program Files (x86)\Android\android-studio1\sdk\extras\google\google_play_services\' to 'c:\Android\android-sdk\extras\google\' (this SDK is for Eclipse).

After that GooglePlayServices was appear in Extras package of Android SDK Manager.

bask0xff
  • 145
  • 4
  • 13