My SDK manager does not show Google Play services - android

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

Related

How to add google play services to eclipce

I used to use old version of Google Play Services in my projects. But now I keep getting warnings when I upload my apps to Google Play. These warnings says that I have to update my Google Play Services.
I have the latest version of Google Play Services in SDK manager with Rev.49
In the last versions of Google Play Services, I can find the Google Play library in the following directory:
SDK --> /extras/google/google_play_services/libproject/google-play-services_lib/
But now there is no libproject/google-play-services_lib/. Where can I get the library?
Check out this answer: https://stackoverflow.com/a/37311511/8294916
Or the answer directly below it: https://stackoverflow.com/a/37356709/8294916
Hopefully you can migrate over to Android Studio, but if you're stuck with Eclipse because you're working on a legacy project, I feel for you! :(

Unable to Get Latest Google Play Services - Google API for Android

My problem is simple but I am not able to resolve it.
I have updated latest version of Android Studio and my Android SDK Manager[Screen Shot Attached] says that I have latest version of Google Repository but actually I don't have the latest versions installed. I only have Google Play Services version 11.0.4 on my machine in Android SDK Folder but its not latest version, the latest version has reached to 11.8.0 mentioned Here.
I have tried everything but I am not able to download the latest version and I need help please.
Please tell me how can I download the latest version of Google APIs for Android.
You don't need to use Google Play Services from the SDK Manager. It is recommended to use your gradle build.xml to get it from Google's maven repository. See the setup guide
If you are developing on Unity there are many plugins you can use, just Google Search for "Google Play Services Unity".

Android - Missing Google Play Services in VERSION: 2.1.1.0?

It is very strange, I am very new and as per setup instructions, I need to install Google Play services from SDK Manager, I tried a lot and finally gave up.
I just downloaded the latest VERSION: 2.1.1.0 of SDK from https://developer.android.com/studio/index.html#downloads
See below.
Can you please help me how to install the Google Play services ?
Google Repository is all you need for Google Play Services and you have that installed.

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...

Google play service 4.2 available in USA?

i'm trying to find the google play service 4.2 in the SDK which is a rev 15 as per google. But, I see only rev 14 in the SDK manager. Do I have to do something special to get the latest version? I'm trying to get the chrome-cast SDK.
You'll be able to get started with the new APIs as soon as the Google Play services rollout is complete -- a process we expect to take several days. We'll then release the updated Google Play services SDK and you'll be able to download it through the Android SDK manager. Watch for more information coming soon.
Taken from the Official Android Developers Community
It is available now. Please update it from the sdk manager. thanks guys.
I do not see it either: Related Thread
It is said that all devices need to be updated first.
Updated 2/14: Google Play Services update rev 15 is available in the SDK Manager as of yesterday.

Categories

Resources