All com.android.support libraries must use the exact same version specification

前端 未结 30 2141
忘掉有多难
忘掉有多难 2020-11-21 05:10

After updating to android studio 2.3 I got this error message. I know it\'s just a hint as the app run normally but it\'s really strange.

All com.andr

30条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-21 05:54

    add these in app level dependencies

    implementation 'com.android.support:asynclayoutinflater:28.0.0'
    implementation 'com.android.support:exifinterface:28.0.0'
    implementation 'com.android.support:animated-vector-drawable:28.0.0'
    implementation 'com.android.support:support-media-compat:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'
    

提交回复
热议问题