在使用recylerview的时出现

Error:Could not find com.android.support:recyclerview-v7:25.3.1-alpha1.
Required by:
project :app

Please install the Android Support Repository from the Android SDK Manager.

Open Android SDK Manager

如图所示:在使用recyclerview出现的Error:Could not find com.android.support:recyclerview-v7:25.3.1-alpha1. Required b
因为我项目中V7的版本号与添加的recylerviewV7的版本号不一致,所以我都改成当前项目的版本号了,但是出现这个问题:如图我的操作;
在使用recyclerview出现的Error:Could not find com.android.support:recyclerview-v7:25.3.1-alpha1. Required b
操作后
在使用recyclerview出现的Error:Could not find com.android.support:recyclerview-v7:25.3.1-alpha1. Required b
之后发现是因为没有将-alpha1去掉,去掉之后就ok了。
在使用recyclerview出现的Error:Could not find com.android.support:recyclerview-v7:25.3.1-alpha1. Required b

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-05-19
  • 2021-05-28
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2021-08-08
  • 2021-07-01
  • 2021-12-14
  • 2021-04-07
  • 2022-12-23
  • 2021-05-08
相关资源
相似解决方案