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.

Google Vision barcode library not found

I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. …

android google-play-services barcode google-vision android-vision
Sign-in with google for android not working in release apk

I have added the Google Sign in in my application and made it work by following all the steps in …

android google-play-services google-signin
No acceptable module found. Local version is 0 and remote version is 0

After adding Bitmovin Cast in Android project I get a lot of same issues from different devices. This solution didn't …

android google-play-services google-cast-sdk android-cast-api
Google Play Service - SupportMapFragment.getMap() always returning null

Possible Duplicate: How do I know the map is ready to get used when using the SupportMapFragment? I am currently …

android android-maps google-play-services
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used

I am integrating fire-base to my existing project used these libs compile 'com.google.firebase:firebase-auth:9.0.2' compile 'com.google.…

android android-gradle-plugin google-play-services gradle-plugin
Apk Upload error in playstore - 64 bit warning

I am using this implementation: 'com.google.vr:sdk-panowidget:1.160.0' in order to show 360 image, but I get the error …

android google-play-services panoramas
Google Maps Lite Mode causes jank in RecyclerView

I have a RecyclerView which is a vertical scrolling list of items. Each list item contains a Google Maps V2 …

android google-maps android-recyclerview google-play-services google-maps-lite
How to get keystore file from Google Play to sign my app to publish

I have implemented map in my app, during development it is working fine but after publishing this app map is …

android google-play-services android-app-signing
Google login get access token with new GoogleSignInOptions

My android app currently uses the GoogleAuthUtil to signin users and fetch an access_token which is passed to the …

android oauth-2.0 google-play-services google-login google-oauth