简体   繁体   中英

implementation 'com.android.support:appcompat-v7:28.0.0' - Error

When I add implementation 'com.google.android.gms:play-services-ads:19.0.1' then error in implementation 'com.android.support:appcompat-v7:28.0.0'

dependencies {
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'

    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.volley:volley:1.1.0'
    implementation 'com.xeoh.android:text-highlighter:1.0.1'
    implementation 'org.apache.commons:commons-lang3:3.6'
    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:support-vector-drawable:28.0.0'
    implementation 'android.arch.navigation:navigation-fragment:1.0.0'
    implementation 'android.arch.navigation:navigation-ui:1.0.0'
    implementation 'android.arch.lifecycle:extensions:1.1.1'
    compile group: 'com.google.guava', name: 'guava', version: '15.0'
    implementation 'com.google.android.play:core:1.5.0'

    implementation 'androidmads.updatehandler:updatehandler:1.0.3'

    implementation 'com.android.support:cardview-v7:28.0.0'
    implementation 'com.android.support:recyclerview-v7:28.0.0'

    implementation 'com.google.android.gms:play-services-ads:19.0.1'
}

Play Services depend on AndroidX libraries since June 17, 2019.

You can check your options here: https://developers.google.com/android/guides/releases#june_17_2019

I'd recommend to migrate to AndroidX as soon as possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM