在使用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.

Open Android SDK Manager

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

你可能感兴趣的:(recyclervi)