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 version of com.google.android.gms to 8.3.0. I’ve done all the things I’ve found. dependencies { // This does not break the build when Android Studio … Read more

Error “File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it” [duplicate]

This question already has answers here: File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it (5 answers) Closed 1 year ago. 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 ‘com.google.android.gms:play-services-location:8.3.0’ … Read more

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 exception. * What went wrong: A problem occurred configuring project ‘:auth’. > Failed to notify project evaluation listener. > Could not … Read more

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 issue. java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion; at el.b(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):3) at ek.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):4) at em.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):51) … Read more

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 pages: http://developer.android.com/google/play-services/setup.html. https://developers.google.com/maps/documentation/android/start Everything seems to work fine: The app displays maps and overlays with the default markers. So … Read more

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

This question already has answers here: How to install Google Play Services in a Genymotion VM (with no drag and drop support)? (17 answers) Closed 4 years ago. 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 … Read more

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 applicationId/packageName and different Google Cloud Messaging Project Id. The google-services.json have to be put at … Read more

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 to the lack of support for drag and drop installation. Genymotion supports Google … Read more