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