gpt4 book ai didi

android - google-services.json 丢失

转载 作者:行者123 更新时间:2023-11-29 19:46:05 25 4
gpt4 key购买 nike

我已经厌倦了在我的代码中找到实际问题是什么。我正在尝试在我的 android 项目中使用 FCM。我按照 firebase 控制台中给出的步骤一步一步地激活我项目中的服务,但是我遇到了一个问题例如“错误:任务执行失败:app:processDebugGoogleServices”。

File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: C:\Users\rossh\AndroidStudioProjects\Register3\app\src\debug\google-services.json C:\Users\rossh\AndroidStudioProjects\Register3\app\google-services.json'

如果我创建新项目,我工作正常但同样的事情在我的旧项目中不起作用,尽管我在项目的 build.gradle 文件中包含相同的命令。

这是我的应用级别的build.gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
useLibrary 'org.apache.http.legacy'

defaultConfig {
applicationId "com.example.rossh.register"
minSdkVersion 13
targetSdkVersion 23
versionCode 1
versionName "1.0"

}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

   dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.squareup.okhttp3:okhttp:3.0.1'
compile 'com.google.android.gms:play-services:9.0.1'
}
apply plugin: 'com.google.gms.google-services'

和项目级的buile.gradle

// Top-level build file where you can add configuration options common to            all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.google.gms:google-services:3.0.0'



}
}

allprojects {
repositories {
jcenter()
}
}

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

最佳答案

我发现您的 gradle 文件没有问题。如果您的旧项目使用的是较旧的 gradle 版本,它可能无法工作。所以请更新我猜的事情。您说的错误是关于 google-services.json 文件丢失的。你有没有创建这个文件。请交叉检查生成 google-services.json 文件的过程。

来源: Firebase Cloud Messaging

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

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