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
664
votes
17 answers

How to install Google Play Services in a Genymotion VM (with no drag and drop support)?

VmHow can I install Google Play Services in a Genymotion emulator with no drag and drop support? I can't install it as mentioned in Stack Overflow post How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device? due…
anp8850
  • 16,688
  • 4
  • 16
  • 17
572
votes
28 answers

google-services.json for different productFlavors

Update: GCM is deprecated, use FCM I'm implementing the new Google Cloud Messaging following the guides from the Google Developers page here I've successfully run and test it. But my problem now is I have different product flavors with different…
gentra
  • 6,066
  • 3
  • 16
  • 18
351
votes
10 answers

How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device?

I'm currently trying out Genymotion and boy, it's so much faster than the ADT emulator. But I need to install Google Play to download some apps into it. How do I do this?
radj
  • 4,360
  • 7
  • 26
  • 41
321
votes
22 answers

LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included

I have an application that uses the Google Maps Android v2 API. I've added the google-play-services_lib library project to my workspace and added a reference to it from my application project, following the instructions on these…
Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302
236
votes
9 answers

Where do alpha testers download Google Play Android apps?

I have developed my app and have published it through Google Play for alpha testing. As one of the testers I get an opt-in link, where I signed in as a tester. After that I was hoping to download the app directly with my phone by going to the Play…
Cote Mounyo
  • 13,817
  • 23
  • 66
  • 87
230
votes
10 answers

Android Google maps java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion

I am using Google maps Android SDK 11.6.2(Also tried 15.0.1),but I get following crash before map shows. Already checked API key in manifest,it is available, but still this issue occurs. I am having targetSDk version as 28.Is it causes this…
Ramprasad
  • 7,981
  • 20
  • 74
  • 135
229
votes
23 answers

Error "File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it"

I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'. I am also using the latest version of playservices in my app.gradle file as: compile…
williamj949
  • 11,166
  • 8
  • 37
  • 51
224
votes
12 answers

Could not find com.google.android.gms:play-services:3.1.59 3.2.25 4.0.30 4.1.32 4.2.40 4.2.42 4.3.23 4.4.52 5.0.77 5.0.89 5.2.08 6.1.11 6.1.71 6.5.87

referencing the play-services via gradle stopped working for me - boiled it down - even the sample I used as a reference in the first place stopped working: https://plus.google.com/+AndroidDevelopers/posts/4Yhpn6p9icf FAILURE: Build failed with an…
ligi
  • 39,001
  • 44
  • 144
  • 244
219
votes
10 answers

Is Google Play Store supported in avd emulators?

After googling quite a bit I am unable to find the answer to this question. Is google play store officially support in avd emulators. I know it was once stopped , then I hear that it was brought back after specific version of android. I am using…
213
votes
12 answers

How to unpublish an app in Google Play Developer Console

I've seen other posts asking the same question with answers that all refer to a giant button that says "Unpublish" on it, which is no longer there (at least as of 2016). How do you really unpublish an app that is uploaded to the Google Play…
McFizz
  • 3,013
  • 3
  • 18
  • 26
197
votes
14 answers

Version conflict updating to 8.4.0

Error: Execution failed for task ':app:processDebugGoogleServices'. Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available here) or updating the…
dothem
  • 1,993
  • 2
  • 10
  • 5
185
votes
26 answers

Google Play Services Library update and missing symbol @integer/google_play_services_version

When upgrading my project to the latest version of Google Play Services (v4.0, released on Halloween 2013), you are now supposed to add a new tag into the AndroidManifest.xml file.
Charles Madere
  • 6,642
  • 5
  • 35
  • 34
184
votes
40 answers

com.google.android.gms:play-services-measurement-base is being requested by various other libraries

I updated to gradle 4.0.1 and started receiving following error The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[15.0.4,15.0.4]], but resolves to 15.0.2. Disable the plugin and…
Ilja
  • 44,142
  • 92
  • 275
  • 498
179
votes
11 answers

Google Play Services GCM 9.2.0 asks to "update" back to 9.0.0

So this morning I started updating to the latest version of my project libraries. I'm trying to update GCM to the latest version 9.2.0, but I get this error: Error:Execution failed for task ':app:processDebugGoogleServices'. Please fix the…
herrmartell
  • 3,057
  • 4
  • 18
  • 27
162
votes
25 answers

com.android.build.transform.api.TransformException

I am trying to integrate Google sign in, in my app, I added these libraries: compile 'com.google.android.gms:play-services-identity:8.1.0' compile 'com.google.android.gms:play-services-plus:8.1.0' Also add this to project build gradle: classpath…
saeed shahini
  • 1,847
  • 2
  • 13
  • 15
1
2 3
99 100