Cannot Download Google Play Services SDK - android

I am using eclipse ADT and am attempting to download the Google Play Services SDK, but this SDK does not appear within the SDK manager; How can I get this to appear?

Related

How to update emulator in Android Studio to newest Google Play Services Version

I'm using version 11.6.0 for the google play services maps, but my emulator is running an older version.I get a message saying "App Name won't run unless you update Google Play Services." How can I update the emulator to run the most current version of the google play services?
You have to update your Android version. Click Tools, Android, SDK Manager, you should see all your installed Android versions. The version you are currently using should have the status update available, select it and click apply.
Your version of Google Play is updated and everything should work.

How to install google play services in eclipse

I am using Eclipse Mars to develop Android applications. I want to use the API for access to Google Drive files. I have found that I must use Google Play Services
In theory, I have installed Google Play Services, according to what Android SDK Manager is telling in its console (revision 42 is the number that appears in the Android SDK Manager console)
I have assumed that this means that I should have a google-play-services.jar in the directory where Google Play Services is installed and this jar should be added to my Android project. But there is no such jar, but instead, some documents and sample source
Any idea on what I should do?

error: Please update your Google Play service in Android emulator (version should be 10.2.0)

I have downloaded a sample project. It requires 10.2.0 Play service, so I can't change the compile version in the build.gradle to lower version.
I have followed the other SO questions:
Android Studio with Google Play Services
How to update Google Play Services for Android Studio 2.2 emulators?
updating Google play services in Emulator
I have also downloaded the latest Google Play service, install the necessary SDKs, clean build project, sync Gradle, use API 24 and API25 for my emulators.
None of it works, my Play service is still using 10.0.8. Below are the screenshots of my Android Studio settings.
Delete the emulator, and in the SDK manager, also delete the SDK platform on which that emulator was built.
Then, re-download that SDK platform and re-build your emulator.
Why?
If there have been updates to Google Play Services since you've downloaded said SDK platform and built that emulator, the legacy version of Google Play Services is probably still in that SDK platform's build.

My SDK manager does not show Google Play services

My Eclipse SDK manager does not show Google Play services.
I want to integrate Google Map in my app, but Google Play services is not showing.
Please help me.
I need it for my college project.
You may need to update following
Android SDK Tools
Android SDK Platform-tools
It can be updated through SDK manager itself.
For more your can visit this question
Have you tried checking in the Extras folder?
If it still not there, I recommend that you install the new sdk manager
You can follow the instructions here:
Missing Google Play Services in SDK Manager
Go to SDK Manager in "Extras" at the bottom and make sure you have installed following packages
Google Play Services
Google Support Repository
Google Support Library
Google Repository

No Google Play services in SDK manager

There are no Google Play services in SDK manager, why and what to do?
The sdk tools needed to be updated...

Categories

Resources