There are no Google Play services in SDK manager, why and what to do?
The sdk tools needed to be updated...
Related
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.
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
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?
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.
I'm trying to make an application using google maps, but in the emulator it does not work in console I see the following error:
W/GooglePlayServicesUtil(1041): Google Play services out of date. Requires 3159100 but found 3136130
On screen I see that I have to update google services ..
My virtual machine is 4.2.2
What do I do? I've searched the forums here .. but no solution that I've tried has worked ..
Install a compatible version of the Google APIs platform. Open the sdk manager and check if you have the updated Google play services.(assuming you use eclipse)
Quoting from the docs.
If you want to test your app on the emulator, expand the directory for Android 4.2.2 (API 17) or a higher version, select Google APIs, and install it. Then create a new AVD with Google APIs as the platform target.
Note: Only Android 4.2.2 and higher versions of the Google APIs platform include Google Play services.
http://developer.android.com/google/play-services/setup.html
Check the topic under Ensure Devices Have the Google Play services APK.
Make sure you have the latest updates
This is a Google issue. Check this out - https://code.google.com/p/android/issues/detail?id=57880
They've posted a message saying that they will post the updated play services soon. Till then (as of 31 July) you won't be able to run the Google Maps API on your emulator even if you do all the steps required.
Edit: As of September 2013, they've launched an update for it..
In your SDK manager, make sure you've downloaded the latest 'Google play services' or alternatively download them manually and adb install onto the emulator.
I resolved this issue by creating a new avd with target version as : Google APIs(GoogleInc) API Level 18. (platform 4.3 google api required)