gpt4 book ai didi

android - 无法将 firebase 添加到 android 应用程序

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:57:55 26 4
gpt4 key购买 nike

我想将 firebase 添加到我的应用程序中以获取推送通知。我遵循了 firebase 文档并完成了此操作:

根目录/应用程序/build.gradle :

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.firebase:firebase-core:9.0.2'
}

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

根目录/build.gradle :

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

我还在 root/app 目录中添加了 google-services.json。尝试同步项目时出现错误:

Error:(25, 13) Failed to resolve: com.google.firebase:firebase-core:9.0.2

我不明白为什么会出现这个错误。我该如何解决?

最佳答案

  1. 转到工具->Android->SDK 管理器。
    Android Studio settings
  2. 在 SDK 工具标签中,将“Google Play 服务”和“Google 存储库”分别更新为至少 30 和 28。
  3. 将项目与 Gradle 文件同步。

关于android - 无法将 firebase 添加到 android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37649106/

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