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.

Android Places API: Google Play Services Out of Date on Emulator

I am attempting to utilize the Google Places API's PlacePicker in my Android app. However, whenever I attempt to create …

android android-emulator google-play-services google-places-api
UserRecoverableAuthException: NeedPermission

I tried to follow tutorial: https://developers.google.com/android/guides/http-auth. Code: token = GoogleAuthUtil.getToken(getApplicationContext(), mEmail, mScope); Manifest: &…

android google-drive-api google-play-services
After upgrading to google play services 8.4.0 my app crashes on startup

I've been previously using google play services 8.3.0 without any issue. I'm looking to upgrade to google play services 8.4.0. I'm using …

android crash google-play-services
Initializing Games Client in Android

I'm trying the new Google Play Game Services. At first I followed this howto https://developers.google.com/games/services/…

android google-play-services
cannot resolve symbol 'LocationServices'

I am trying to build an android app using android studio that uses the userlocation. I am trying to import …

android location google-play-services location-services
Cannot resolve symbol GooglePlayServicesClient on new Android Studio Project

I just installed Android Studio 1.1.0 and created a new project. I created it with a Login Activity including Google+ login. …

android android-studio google-play-services
Error:Attribute "theme" has already been defined

I am using Android studio for building application. I am using this following dependencies: play services : compile 'com.google.android.…

android compiler-errors google-play-services android-theme android-recyclerview
How to suppress the "Avoid using bundled version of Google Play services SDK" warning?

I'm using the Google Play services in my Android app so I have the dependency in my build.gradle. compile …

android android-studio google-play-services
Using GoogleApiClient + LocationServices not updating

I'm just trying to do a simple 'tutorial' app to get my phone's location (to learn how to use it …

android location google-play-services android-location google-api-client