gpt4 book ai didi

android - Google 服务 3.0.0 缺少 api_key/current key

转载 作者:IT老高 更新时间:2023-10-28 12:55:54 29 4
gpt4 key购买 nike

由于我使用最新版本的谷歌服务和库(9.0.0)升级了项目,我遇到了这个奇怪的问题:

Error build

等级控制台:

:app:processDebugGoogleServices
Parsing json file: /Users/cyrilmorales/Documents/Projects/mobilemeans-punainenristi/app/google-services.json
:app:processDebugGoogleServices FAILED
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Missing api_key/current_key object
Information:BUILD FAILED

build.gradle(根):

dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-alpha1'
classpath 'com.google.gms:google-services:3.0.0'
}

build.gradle(应用程序):

dependencies {
....
compile 'com.google.android.gms:play-services-analytics:9.0.0'
compile 'com.google.android.gms:play-services-gcm:9.0.0'
compile 'com.google.android.gms:play-services-maps:9.0.0'
compile 'com.google.android.gms:play-services-location:9.0.0'
...
}
apply plugin: 'com.google.gms.google-services'

但是,它可以很好地与 8.4.0 和 google-services 2.1.0 中的播放服务库配合使用

你知道解决办法吗?

最佳答案

https://developers.google.com/cloud-messaging/android/client#get-config 生成新的配置文件 (google-services.json)

新的配置文件 "api_key": [ { "current_key": XXX } ] 在客户端部分

更新:或在开发者控制台中手动启用服务并生成 key 。

关于android - Google 服务 3.0.0 缺少 api_key/current key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37317295/

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