【问题标题】:ERROR: Failed to resolve: androidx.support:support-v7:28.0.0 Android Studio错误:无法解决:androidx.support:support-v7:28.0.0 Android Studio
【发布时间】:2020-01-18 21:11:22
【问题描述】:

我已经迁移到 AndroidX,但是这个错误仍然发生..

dependencies {
    implementation 'com.google.android.gms:play-services-auth:17.0.0'
    implementation 'com.google.android.gms:play-services-plus:17.0.0'
    implementation fileTree(dir: 'libs', include: '*.jar')
    implementation project(':beacon_controller:BluetoothLe')
    implementation project(':beacon_controller:BluetoothLe')
    implementation 'com.google.android.material:material:1.0.0'
    implementation 'com.facebook.android:facebook-android-sdk:4.6.0'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'com.android.support:support-v7:28.0.0'

}

【问题讨论】:

标签: java android android-studio


【解决方案1】:

删除这个implementation 'com.android.support:support-v7:28.0.0'

【讨论】:

    猜你喜欢
    • 2019-04-17
    • 1970-01-01
    • 2021-02-26
    • 1970-01-01
    • 2020-05-12
    • 2019-11-14
    • 1970-01-01
    • 2017-01-03
    • 1970-01-01
    相关资源
    最近更新 更多