gpt4 book ai didi

android - google-services 插件无法检测到 com.google.android.gms 或 com.google.firebase 的任何版本,将使用默认版本 : 9. 0.0

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:49:31 25 4
gpt4 key购买 nike

我正在将 fire-base 集成到我使用这些库的现有项目中

   compile 'com.google.firebase:firebase-auth:9.0.2'
compile 'com.google.firebase:firebase-database:9.0.2'
compile 'com.google.android.gms:play-services:9.0.2'

依赖

    dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

我收到这个错误

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 at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.0.0.

无法弄清楚发生了什么??

这些是我的游戏服务版本 enter image description here

最佳答案

我最后在 build.gradle 中添加了这一行:(Module: app)

 apply plugin: 'com.google.gms.google-services'

它开始工作我不知道这背后的概念是什么?
但它正在工作

关于android - google-services 插件无法检测到 com.google.android.gms 或 com.google.firebase 的任何版本,将使用默认版本 : 9. 0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37789468/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com