FIrebase Cloud Messaging, cannot resolve dependency com.google.firebase:firebase-core:9.0.2(FIrebase 云消息传递,无法解析依赖项 com.google.firebase:firebase-core:9.0.2)
问题描述
我正在尝试按照 此处此处,但我很惊讶地添加了实现 FCM 的依赖项(com.google.firebase:firebase-core:9.0.2).每次我尝试通过项目结构添加它时,它都不会在搜索结果中列出依赖项.当我尝试将它添加到应用程序级别的 gradle 中时,它给了我一个无法解决依赖关系的错误.我不知道我要去哪里错了,但请帮我解决这个问题.
I was trying to write an application using Firebase Cloud Messaging as per the guidelines given here, but I'm struck in adding the dependency for implementing FCM (com.google.firebase:firebase-core:9.0.2). Every time I try to add it via project structure, it won't list the dependency in the search results. When I try to add it in app level gradle, it gives me an error that the dependency cannot be resolved. I don't know where I'm going wrong but please help me out with this.
推荐答案
从您的 SDK 管理器下载更新.我遇到过同样的问题.从 SDK 管理器更新 Google play services 和 Google Repository 对我有用.
Download updates from your SDK manager. I had the same issue. Updating Google play services and Google Repository from the SDK manager worked for me.
这篇关于FIrebase 云消息传递,无法解析依赖项 com.google.firebase:firebase-core:9.0.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:FIrebase 云消息传递,无法解析依赖项 com.google.firebase:firebase-core:9.0.2
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01