Questions tagged [google-play-services]

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. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

Give your Android apps more features to attract users on a wider range of devices. With Google Play services, your 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. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

The latest version is 12.6.88, which was released in May 2018.

References:

7207 questions
3
votes
1 answer

Install Google Play Service 9.6 in Android Studio

i've got a problem with my google play service under Android Studio 2.2 in its emulator. I downloaded every update and installed it but my google play service is still version 9.4. It wont work to install the play service via drag-and-drop and its…
J. Doe
  • 837
  • 1
  • 7
  • 18
3
votes
2 answers

Why am I getting a ClassNotFoundException from Play Services lib when using Proguard?

I just turned on ProGuard on my build and now I'm getting a java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.chimera.GmsModuleInitializer" on path: DexPathList[[zip file…
tir38
  • 9,810
  • 10
  • 64
  • 107
3
votes
1 answer

How to manage multiple certificate hashes in google-services.json?

In the google-services.json file, the certificate hash for the Android debug key store is added and committed into the source repo. The certificate hash is different for each member in a dev team. How can this be managed? Is it possible to have…
Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164
3
votes
0 answers

Failed to crunch file or path too long with play-services 9.0.0 or newer

Android Studio: 2.2 Beta gradle: 2.2.0-beta1 When I update the app:gradle.build file for the current play-services library - 9.4.0, I get a "failed to crunch file" error for 3 files. Changing this back to 8.3.0, the error goes away. This issue…
Jeff
  • 646
  • 1
  • 7
  • 13
3
votes
1 answer

Android PlaceAutocomplete activity result list text overlapping each other

I'm using PlaceAutocomplete activity as described here: http://googlegeodevelopers.blogspot.co.id/2015/12/autocomplete-widget-and-updated-place.html. I have problem with it since I update the gradle library to version 9.x.x. I'm currently using…
Dika
  • 2,213
  • 4
  • 33
  • 49
3
votes
1 answer

Is it possible to automatically open rating dialog of play store app after launching play store app from my app?

I know how to open my app in play store but i want to open rating dialog of play store for my app like below image.
kundan roy
  • 1,936
  • 1
  • 18
  • 21
3
votes
1 answer

Google Play Games : Auth Error

I installed the google play games services on my Unity3D game, and only some functions work. Indeed, authentication goes well: [Play Games Plugin DLL] 8/1/16 3:14:08 p.m. +02: 00 DEBUG: Starting Auth Transition. Op: sign_in status: VALID and [Play…
3
votes
0 answers

InMobi SDK encountered internal error

I have been trying this for last 24 hours with no success! I have followed every steps as mentioned in InMobi Support. build.gradle buildscript { repositories { jcenter() } dependencies { classpath…
Himanshu Shankar
  • 735
  • 1
  • 6
  • 24
3
votes
1 answer

How to get Authorization Code from Google Play Services without adding account to device?

On my app, I am able to get Authorisation Code using google play services. The app shows this type of screen to select an account:: For a new account, user can select 'Add account' and enter the email and password. This way, I get the Authorisation…
Abdullah
  • 488
  • 6
  • 16
3
votes
2 answers

How do I require that the user installs another Android app (on which my app depends), during installation of my app?

In desktop applications, for example, many applications ask us to install .Net framework during their installation. So my question is that during the installation of my Android application on a user's device, how can I notify the user that this…
Solace
  • 8,612
  • 22
  • 95
  • 183
3
votes
0 answers

Getting "plugin with id'com.google.gms.google-services' not found." error in android studio

Incompile 'com.google.android.gms:play-services:6.1.11' no need to add plugins for google services. My project was working fine. when i update it to compile 'com.google.android.gms:play-services:9.2.0' i got duplicate resource error. then i add…
chandan kumar
  • 190
  • 1
  • 15
3
votes
3 answers

App not showing in Google Play Store

I just uploaded my app to Android Play store. The problem now is when I search it at google play store, other app with similar name will pop on top of my app and I need to keep scroling until i found my app. My I know why will this happen? Is it…
Ryan Lim
  • 206
  • 5
  • 14
3
votes
0 answers

Activity Recognition Api wrongly detecting inVehicle

Sometimes when a user is sitting, or the phone is still on a table. the if statement which checks if inVehicle & 100% is triggered and the service in my app is started. I cannot figure out why ? Activity Recognition in MainActivity public String…
3
votes
2 answers

How to create AVD with Android & (7.0) with Google APIs?

When I downloaded and select "N" (API = 24) for the AVD, I see the following message on bottom right: Consider using a System Image with Google APIs to enable testing with Google Play Services. Is this image not available yet? or am I missing…
3
votes
0 answers

Android N Emulator Image with Google Play Services

I try to set up the Android Studio emulator for the Developer Preview of the newest Android N (API 24). As I set up the emulator with Android N and started the my app, it suggested me to update the Google Play Services. I clicked on "UPDATE" and…
1 2 3
99
100