Top "Google-play-services" questions

With Google Play services, your Android app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store.

New Google sign in Android

I'm trying to get a user token ID using the new Google play services 8.3 and as documented I pass the …

android google-play-services google-identity
Missing "<sdk>/extras/google/google_play_services/libproject" folder after update to revision 30

I updated the Google Play Services version from the revision 29 to 30 using the Android SDK Manager, but after updating the …

android google-play-services
Error 12501 authenticating with google sign-in

I'm using google sign-in services to authenticate users that use my app. I got it to work when I just …

android google-play-services google-signin google-identity
When should I use ACCESS_COARSE_LOCATION permission?

I am building an Android app that will track the user's geolocation and draw their route on a map. I …

android google-play-services android-permissions android-location google-geolocation
GoogleApiClient is throwing "GoogleApiClient is not connected yet" AFTER onConnected function getting called

So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which …

android google-play-services google-api-client android-googleapiclient
What does google-services.json really do?

I work on adding Google Analytics and GCM services to my current app. On the guide for both services implementation, …

android json google-analytics google-play-services google-cloud-messaging
Google Play Services v13 error meta-data in AndroidManifest

My app is using Google Play Services for location. Also it is using Google Maps. Until today it worked fine …

android eclipse google-maps google-play-services
Google map v2 Custom Infowindow with two clickable buttons or ImageView

I need custom info window with two clickable button as above.In it when more then marker and click any …

android google-maps custom-controls google-play-services
onMapReady not calling even though the map display without any error

I'm trying to display a simple map using Google map API v2 in an Android application. I'm following the Map …

android google-maps google-play-services google-maps-api-2