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
2 answers

Error : Please fix the version conflict either by updating the version of the google-services plugin

I'm having a problem with Google Services plugin. I updated google services to the latest version. I got a dependency from this site: https://bintray.com/android/android-tools/com.google.gms.google-services/ Error:Execution failed for task…
3
votes
2 answers

google maps api gradle dependencies failed to resolve

It's showing me an error of failure to resolve dependency: Error:(25, 13) Failed to resolve: com.google.android.gms:play-services-maps:11.4.0 These are the dependencies i'm using: dependencies { compile fileTree(dir: 'libs', include:…
Hadi Abu
  • 1,359
  • 1
  • 10
  • 14
3
votes
2 answers

Android Studio: Error converting bytecode to dex

I am getting an error when I try to install my Application on my Phone. I tried to clean the project and then make it afterwards, but it is not working. When I only rebuild the project, it is working. This is the error I get : Information:Gradle…
3
votes
2 answers

Unity with Admob and Google Play Services conflict

I have a Unity project with Google Play Services added to it. Everything worked fine until I added AdMob. Now I get the error below. I have already checked for duplicated aar files, but I couldn't find any. (The list of files is also below.) I also…
S0m30n3
  • 334
  • 2
  • 15
3
votes
1 answer

Publish Android app after crosswalk removal and make it updatable

I have decided to remove Crosswalk Webview from my Cordova application. Now I have tried to publish the new updated version to "Console Play Store" and after that it says that users won't be able to update from the published latest old…
user3737238
3
votes
1 answer

PlayServices out-of-date notification needs Notifcation Channel for Android Oreo (API 26)

There's this notification from PlayServices themselves when the PlayServices are out of date on the device. This worked until Android Oreo (API 26) needs Notification Channels. I'm using Firebase and therefor PlayServices in Version 11.2.0 (newest…
hardysim
  • 2,756
  • 2
  • 25
  • 52
3
votes
1 answer

Getting the list of all the registered geofences

I am developing an android application that uses Geofences. I want to get the list of all the geofences which are currently in the registered state and which were registered by my app. Is there any way to do so ?
3
votes
2 answers

Android Emulator stuck on "Google Play Services are Updating"

I recently began learning how to create Google Maps activities in Android app development, and have stumbled onto an issue with Google Play Services. Whenever I set my gradle build dependency to compile…
3
votes
2 answers

com.google.android.gms.common.api.ApiException while making shorturl

I'm using firebase dynamic links, when I'm trying to getShortLink its crashing with FATAL EXCEPTION called com.google.android.gms.common.api.ApiException please help me Here is my code private void buildReferralLink() { …
3
votes
1 answer

Fused Location Provider class not found despite Google Play Services dependency in gradle file

My app uses the FusedLocationProviderApi for getting the current location. I've already put the line which allows the app to use Google Play Services in the gradle file for my app module: compile…
user8108350
3
votes
1 answer

How do we implement in-app purchasing when the documentation is so inconsistent?

The official documentation is incredibly unclear when it comes how you’re supposed to be handling in-app billing. For starters there are two versions of TrivialDrive: github.com/googlesamples/android-play-billing And then from the official…
3
votes
2 answers

No matching client found for package name 'demo.abc.com.deals.debug'

I am struggling with google sign in with android app. I followed steps from given link Google Sign-In for Android I have created google-services.json file with same application-ID/Package Name which is in AndroidMenifest.xml file. Please quick…
3
votes
0 answers

Android RealTimeMultiplayer onRoomCreated getting status 2 : STATUS_CLIENT_RECONNECT_REQUIRED

I am trying to setup realtime multiplayer in my Android Game. However, when I call Games.RealTimeMultiplayer.create(googleApiClient, roomConfig); after selecting the players. However every time onRoomCreated is called with status…
3
votes
3 answers

SafetyNet attestation fails with internal error

I want to use the SafetyNet Attestation API (mind that this documentation seems to be outdated since the methods it uses are deprecated). Using the latest version of Play Services (11.0.1) I came up with the following code: SecureRandom secureRandom…
Gergely Kőrössy
  • 5,620
  • 3
  • 28
  • 44
3
votes
1 answer

How to integrate two or more google-services.json file together for different google FCM service in same project

I am making a project where I want to integrate different FCM google-service.json,how to integrate in same file different project key I tried 2 projects this like but not working we need to add in our project. { "project_info": { …