Android Studio build报错 Error:Execution failed for task ':XXXX:processDebugGoogleServices'.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio build报错 Error:Execution failed for task ':XXXX:processDebugGoogleServices'.相关的知识,希望对你有一定的参考价值。

> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.2.0.

参考技术A 需要在build.gradle中添加如下语句:
classpath 'com.google.gms:google-servises:3.0.0'
或者
classpath 'com.google.gms:google-servises:+'

以上是关于Android Studio build报错 Error:Execution failed for task ':XXXX:processDebugGoogleServices'.的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio创建项目报错

Android Studio报错:failed to notify build listener.

android studio中 Build Tools 已经存在22.0.1并且版本也已经改为22.0.1为啥还报错 Error

我的Android进阶之旅解决Android Studio编译报错:Failed to find Build Tools revision 30.0.2

错误记录Android Studio 编译报错 ( Could not find com.android.tools.build:gradle:4.2.1. )

Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sdk/build-t