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

前端 未结 30 2068
忘掉有多难
忘掉有多难 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:56

    in 2018 update for this error add implementation from project structure

    implementation 'com.android.support:support-v13:28.0.0'
    

    in project mode --> External Libraries there you can find your problem, in my case i am using version 28 and external libraries i found com.android.support:support-media-compat-26.0.0 and here was the error.

    after implementation support v13 and it's working

提交回复
热议问题