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.

GooglePlayServicesUtil.getErrorDialog is null

I'm using ACRA (arca.ch) to generate automatic error reports. I just released a new version of my app using …

android google-maps google-maps-android-api-2 google-play-services
Unable to use android:icon="@mipmap/ic_launcher" in Manifest after play services 7.5.0

I have recently update play services using dependencies compile 'com.google.android.gms:play-services:7.5.0' My app icon launcher is …

android google-play-services drawable mipmaps
Get User's Birthdate & Gender using Google Sign-In Android

I've integrated Google Sign-In in my application. I can get user's Email and DisplayName. Now, I want to get user's …

android google-play-services google-plus google-signin
Google Play Services missing on Android 2.2 emulator while using Google Maps API v2

Hey I am trying to use Google Maps on my emulator even though I've installed Google Play Services library when …

android google-play-services google-maps-api-2 android-maps
What does the RC_SIGN_IN means in googleplus login

I need to add login with google plus button to my app. I followed google's documentation in this Link. But …

android google-plus google-play-services google-login
Using the new Android Advertiser id inside an SDK

It makes a lot of sense that Android ad SDKs will use Android's the new advertiser id. It seems that …

android uniqueidentifier google-play-services ads
Google Vision API Samples: Get the CameraSource to Focus

I have checkout out the latest Google Vision APIs from here: https://github.com/googlesamples/android-vision And I am running …

android camera google-play-services google-vision android-vision
Fused Location Provider unexpected behavior

this is how I register my app to receive location updates: mLocationRequest = LocationRequest.create(); mLocationRequest.setInterval(Consts.ONE_MINUTE * 10); mLocationRequest.…

android gps google-play-services android-location location-services
error: cannot access InternalTokenProvider (Firebase/GooglePlayServices)

In my app where I use firebase, firebase-ui, google maps, among others, it worked perfectly. I want to update to …

java android firebase google-play-services firebaseui