1.添加RecyclerView依赖

添加RecyclerView依赖,提示This support library should not use a different version...解决方法

提示This support library should not use a different version (25) than the compileSdkVersion (26)...

解决方法:

将根目录/build.gradle中subprojects的details.useVersion更改为与类库版本最好和编译版本一致的版本号,再同步.(我这里用的是26.1.0)

添加RecyclerView依赖,提示This support library should not use a different version...解决方法

添加RecyclerView依赖,提示This support library should not use a different version...解决方法

注意:

1.类库版本最好和编译版本一致

相关文章:

  • 2022-01-15
  • 2021-08-31
  • 2022-01-23
  • 2022-12-23
  • 2021-11-20
  • 2021-08-05
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
相关资源
相似解决方案