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
基础教程推荐
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
