gpt4 book ai didi

android - 无法解析 : com. google.firebase :firebase-database:10. 2.0

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

我正在创建一个新项目并尝试从 googles Fire 基础依赖项中实现一些功能,例如 compile 'com.google.firebase:firebase-database:10.2.0, classpath 'com.google.gms:google-services: 3.0.0' ' 并将我的项目与他们同步。尝试这样做时,出现此错误:

Error:(25, 13) Failed to resolve: com.google.firebase:firebase-database:10.2.0
<a href="openFile:M:/Downloads/CommunicationApp/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

还有这个错误:

Error:Failed to resolve: com.google.firebase:firebase-core:10.2.0
<a href="openFile:M:/Downloads/CommunicationApp/app/build.gradle">Open File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

如果有人知道我的解决方案,非常感谢!

最佳答案

当我尝试使用 firebase-messaging:10.2.0 并修复它时,我遇到了同样的问题:

  • 在 Android Studio 上,转到菜单栏并点击“工具”>“Android”>“SDK 管理器”。
  • 点击“SDK 工具”选项卡
  • 选中 Google Play 服务框以及 Google 存储库框。
  • 点击应用,它会在应用新更新前提示您。
  • 点击确定,等待下载
  • 再次同步您的项目,一切正常。

注意:所有 com.google.android.gms 库必须使用完全相同的版本规范(混用版本可能导致运行时崩溃)。如果您已经有 google play 服务的现有依赖项,请将其升级到与 firebase 相同的版本。

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

希望对您有所帮助!

关于android - 无法解析 : com. google.firebase :firebase-database:10. 2.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42474897/

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