Error using com.google.gms: google-services: 4.3.0 (and 4.3.1)
See original GitHub issueWith Android Studio 3.4.1
Previously I used com.google.gms: google-services: 4.2.0 but Android Studio told me there was a new update, then update to the new version com.google.gms: google-services: 4.3.0 and now I get a warning every time I compile my project, it makes me nervous to see errors when compiling.
This is the warning message I get:
WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
Affected Modules: app
Issue Analytics
- State:
- Created 4 years ago
- Reactions:38
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Error using com.google.gms: google-services: 4.3.4
I am trying to connect Firebase project to my app. But when I add "classpath" com.google.
Read more >The Google Services Gradle Plugin
The google-services plugin has two main functions: Process the google-services.json file and produce Android resources that can be used in your application's ...
Read more >Firebase Android SDK Release Notes
Google Play services plugin, com.google.gms:google-services, 4.3.14 ... Removed invalid suggestions to use GenericTypeIndicator from error messages.
Read more >`google-services:4.3.12` does not work with `firebase ...
Versions. Google Services Gradle plugin: com.google.gms:google-services:4.3.12; Firebase Crashlytics plugin: com ...
Read more >Plugin with id 'com google gms google services' not found
error with Plugin with id ' com google gms google services ' not found in android studio-~-~~-~~~-~~-~-Please watch: "ዳኘ ዋለ ለብልበው ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, i still have the warning.
I’ve forked the Google Play Services Plugin here and merged @jzbrooks’s PR which fixes this issue.
To use it add JitPack to your list of repositories:
And replace the plugin in your list of dependencies: