【问题标题】:sync error: com.google.android.gms:play-services-base:17.2.0同步错误:com.google.android.gms:play-services-base:17.2.0
【发布时间】:2019-09-03 12:16:17
【问题描述】:

我在同步我的项目时遇到了这个错误,我在网上搜索过,但没有得到任何可以让我继续前进的结果

错误

ERROR: Failed to resolve: com.google.android.gms:play-services-base:17.2.0

以下是我的依赖项

buildscript {
    repositories {
        mavenCentral()
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.0'
    }
}

    dependencies {
        implementation fileTree(dir: 'libs', include: '*.jar')
        // SUB-PROJECT DEPENDENCIES START
        implementation(project(path: ":CordovaLib"))
        implementation 'com.android.support:support-annotations:28.0.0'
        implementation 'com.android.support:support-v4:28.0.0'
        implementation 'com.android.support:support-v4:28.0.0'
        implementation 'com.android.support:support-v13:28.0.0'
        implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
        implementation 'com.google.firebase:firebase-core:17.2.0'
        implementation 'com.google.firebase:firebase-messaging:20.0.0'
        implementation 'com.google.android.gms:play-services-base:17.2.0'
        implementation 'com.google.android.gms:play-services-ads:18.2.0'

        // SUB-PROJECT DEPENDENCIES END
    }

关于如何让它同步的任何解决方案?

【问题讨论】:

    标签: android android-gradle-plugin google-play-services


    【解决方案1】:

    依赖:

    implementation 'com.google.android.gms:play-services-base:17.2.0'
    

    (当前)不存在

    使用17.1.017.0.0

    This 是最新可用版本的列表。
    您也可以在release notes页面查看历史记录。

    【讨论】:

    • 当我更改 17.10 或 17.0.0 时,我收到此错误:请通过更新 google-services 插件的版本来修复版本冲突(有关最新版本的信息,请访问 bintray.com/android/android-tools/… ) 或将 com.google.android.gms 的版本更新到 17.2.0。
    • 嗨@neiza。这是一个单独的问题。与你的问题无关。您不妨考虑提出一个单独的问题。还要注意,因为您的一些依赖项(如 ads-18.2.0)can't work with support libraries 但需要 androidx 迁移。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-15
    • 1970-01-01
    • 2019-01-11
    • 2022-01-14
    相关资源
    最近更新 更多