• <legend id='HNmpV'><style id='HNmpV'><dir id='HNmpV'><q id='HNmpV'></q></dir></style></legend>
      <bdo id='HNmpV'></bdo><ul id='HNmpV'></ul>

    <i id='HNmpV'><tr id='HNmpV'><dt id='HNmpV'><q id='HNmpV'><span id='HNmpV'><b id='HNmpV'><form id='HNmpV'><ins id='HNmpV'></ins><ul id='HNmpV'></ul><sub id='HNmpV'></sub></form><legend id='HNmpV'></legend><bdo id='HNmpV'><pre id='HNmpV'><center id='HNmpV'></center></pre></bdo></b><th id='HNmpV'></th></span></q></dt></tr></i><div id='HNmpV'><tfoot id='HNmpV'></tfoot><dl id='HNmpV'><fieldset id='HNmpV'></fieldset></dl></div>
      1. <tfoot id='HNmpV'></tfoot>

        <small id='HNmpV'></small><noframes id='HNmpV'>

        无法解决:play-services-tasks

        Failed to resolve: play-services-tasks(无法解决:play-services-tasks)

              <tbody id='MjMNR'></tbody>
          1. <i id='MjMNR'><tr id='MjMNR'><dt id='MjMNR'><q id='MjMNR'><span id='MjMNR'><b id='MjMNR'><form id='MjMNR'><ins id='MjMNR'></ins><ul id='MjMNR'></ul><sub id='MjMNR'></sub></form><legend id='MjMNR'></legend><bdo id='MjMNR'><pre id='MjMNR'><center id='MjMNR'></center></pre></bdo></b><th id='MjMNR'></th></span></q></dt></tr></i><div id='MjMNR'><tfoot id='MjMNR'></tfoot><dl id='MjMNR'><fieldset id='MjMNR'></fieldset></dl></div>
              <tfoot id='MjMNR'></tfoot>

              <small id='MjMNR'></small><noframes id='MjMNR'>

                <bdo id='MjMNR'></bdo><ul id='MjMNR'></ul>
                1. <legend id='MjMNR'><style id='MjMNR'><dir id='MjMNR'><q id='MjMNR'></q></dir></style></legend>
                  本文介绍了无法解决:play-services-tasks的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  近 48 小时以来,我一直在尝试将 FCM 添加到我的 android 应用程序中.我在 Android Studio 上一直因这两个错误而失败.我已经尝试了此 中的所有解决方案发布.我仍然无法修复它.

                  I have been tryong to add FCM to my android application for almost 48 hours now. I am keep on failing with these two errors on Android Studio. I have tried all the solutions in this post. Still I couldn't fix it.

                  我希望将 Firebase 云消息传递集成到我的应用中.所以我做了以下事情.

                  I want firebase cloud messaging to be integrated in my app. So I did the followings.

                  • 在 Firebase 控制台中创建了一个应用
                  • 包含 .json 配置文件
                  • 添加了 SDK
                  • 实现 'com.google.firebase:firebase-messaging:17.0.0'(在应用级 gradle 中)
                  • apply plugin: 'com.google.gms.google-services' (最后在应用级 gradle 文件中行)
                  • 类路径 'com.google.gms:google-services:4.0.1'(在项目级别的gradle中)
                  • 添加了存储库google()(在项目级gradle中)
                  • Created an app in the firebase console
                  • Included the .json config file
                  • Added the SDK
                  • implementation 'com.google.firebase:firebase-messaging:17.0.0' (In the app level gradle)
                  • apply plugin: 'com.google.gms.google-services' (In the app level gradle file last line)
                  • classpath 'com.google.gms:google-services:4.0.1' (In the project level gradle)
                  • Added the repository google() (In the project level gradle)

                  我已经尝试过多次同步,但我不断收到错误

                  I have tried syncing many times and I keep on getting the error

                  无法解决:play-services-tasks 打开文件

                  Failed to resolve: play-services-tasks Open File

                  无法解决:play-services-basement 打开文件

                  Failed to resolve: play-services-basement Open File

                  附带说明,我使用的是 gradle 插件 3.1.3

                  On a side note, I am using the gradle plugin 3.1.3

                      classpath 'com.android.tools.build:gradle:3.1.3'
                  

                  请有人帮我一下.

                  推荐答案

                  jcenter() 有时充当某些 Google 依赖项的镜像存储库.在 Gradle 构建过程中,它会在 repositories {...} 块中列出的第一个条目中查找依赖项.因此,如果此存储库损坏或任何依赖项发生不良情况,该过程将失败.

                  jcenter() sometimes act as a mirror repository for some Google dependencies. During Gradle building process, it looks for dependencies in the first entry listed in your repositories {...} block. So if this repository is broken or something bad occurs with any dependency the process will fail.

                  这里有推荐的仓库列表顺序

                  Here there is a recommended order for repository list

                      repositories {
                          google()
                          maven {
                              url 'https://maven.google.com/'
                          }
                          jcenter()
                      }
                  

                  这篇关于无法解决:play-services-tasks的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)
                  cocos2d-android: how to display score(cocos2d-android:如何显示分数)
                  Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)
                  SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)
                  Android file copy(安卓文件拷贝)
                  Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)

                  • <bdo id='WDmb5'></bdo><ul id='WDmb5'></ul>
                      <legend id='WDmb5'><style id='WDmb5'><dir id='WDmb5'><q id='WDmb5'></q></dir></style></legend>

                    • <tfoot id='WDmb5'></tfoot>
                      <i id='WDmb5'><tr id='WDmb5'><dt id='WDmb5'><q id='WDmb5'><span id='WDmb5'><b id='WDmb5'><form id='WDmb5'><ins id='WDmb5'></ins><ul id='WDmb5'></ul><sub id='WDmb5'></sub></form><legend id='WDmb5'></legend><bdo id='WDmb5'><pre id='WDmb5'><center id='WDmb5'></center></pre></bdo></b><th id='WDmb5'></th></span></q></dt></tr></i><div id='WDmb5'><tfoot id='WDmb5'></tfoot><dl id='WDmb5'><fieldset id='WDmb5'></fieldset></dl></div>
                        <tbody id='WDmb5'></tbody>

                        <small id='WDmb5'></small><noframes id='WDmb5'>