[Android]Could not resolve dependencies recyclerview-v7:28.0.0-alpha1.

報錯:
Could not resolve com.android.support:recyclerview-v7:28.0.0-alpha1.

改正方法如下:

implementation 'com.android.support:recyclerview-v7:28.0.0-alpha1'

改為

implementation 'com.android.support:recyclerview-v7:26.+'


root cause:compileSdkVersion 26

猜你喜欢

转载自blog.csdn.net/champwang/article/details/80506310