Having exactly same issue after upgrading project to use gradle 7.0 Reverting back to `com.google.gms:google-services:4.3.8` fix the problem.
Having exactly same issue after upgrading project to use gradle 7.0 Reverting back to com.google.gms:google-services:4.3.8 fix the problem.
Originally posted by @rmazajev inhttps://github.com/google/play-services-plugins/issues/197#issue-963137136 https://github.com/google/play-services-plugins/issues/197#issuecomment-894612324
We are still periodically hitting this issue on 4.3.10. Some of the builds coming from our CI machine will hit this error, and then the next build will be fine. I am unsure whether it is a caching issue or what exactly. When I look on the build machine the values.xml file is in the correct place, but looking in the output APK, the string 'google_app_id' does not appear in the 'resources.arsc' file (according to grep). It does appear in that file for builds that work.
Gradle 7.0 should be compatible with the latest releases of this plugin