gpt4 book ai didi

android - 文件 google-services.json 丢失

转载 作者:太空狗 更新时间:2023-10-29 13:04:38 25 4
gpt4 key购买 nike

我遇到了这个错误:

org.gradle.api.GradleException: File google-services.json is missing. The 
Google Services Plugin cannot function without it.

我希望有人能帮助我,我几乎尝试了一切,但我失败了!!


注意:确保我已经下载了“google-services.json”,然后将其放入 MyProjectName/app


这是我项目的构建 gradle(project):

buildscript {

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.google.gms:google-services:3.2.0'
classpath 'com.google.firebase:firebase-plugins:1.0.4'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com"
}

}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

最佳答案

Firebase 控制台中,您必须导航到您的项目设置并在连接的 Android 中选择 google-services.json应用

您必须将此文件放入项目目录中的 app 目录中。

关于android - 文件 google-services.json 丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49885962/

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