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.

java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions

I was getting this weird error on my google developer console. So i used google Cloud Test Lab to See …

android google-app-engine firebase google-play-services google-cloud-platform
How to capture barcode values using the new Barcode API in Google Play Services?

I've been playing with the sample code from the new Google Barcode API. It overlays a box and the barcode …

android google-play-services google-vision
Android application as a service without activity

I am making a set of apps and I have pretty much the same background service for all of them. …

android android-service google-play-services background-service
Found com.google.android.gms:play-services-gcm:8.3.0, but version 8.1.0 is needed

I just updated Google play services to the latest release - 23 - in the Android SDK Manager. Next I updated …

android android-studio google-play-services android-gradle-plugin
Google Firebase sign out and forget user in Android app

When I call mFirebaseAuth.signOut() or mFirebaseUser.delete() my FirebaseAuth.AuthStateListener() works correctly and returns null as FirebaseUser instance in …

android firebase google-play-services firebase-authentication
Android: Check if Location Services Enabled using Fused Location Provider

According to the Android documentation: The Google Location Services API, part of Google Play Services, provides a more powerful, high-level …

android location google-play-services android-location fusedlocationproviderapi
how to get android app_id from google play services

I created android application and hosted it on google play, but suddenly I deleted my project in Eclipse (from disk …

android google-play-services keystroke app-id
The minSdk version should not be declared in the android manifest file

Gradle Sync Errors are coming up on my build.gradle file for a module I imported called BaseGameUtils saying The …

java android xml google-play-services google-play-games
How can I make the Play Game Services not automatically sign in at the startup?

Google provides the BaseGameUtils library, and recommend us to extends its BaseGameActivity. However, this class makes the game automatically sign …

android google-play-services google-play-games