解决Android Studio Conflict with dependency 'com.android.support:support-annotations'报错

解决办法:在 build.gradle 添加

configurations.all {
    resolutionStrategy.force 'com.android.support:support-annotations:27.1.1'
}

解决Android Studio Conflict with dependency 'com.android.support:support-annotations'报错

相关文章:

  • 2022-12-23
  • 2022-01-16
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-05-28
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2021-12-10
  • 2021-12-01
  • 2021-05-23
  • 2022-01-14
相关资源
相似解决方案