更新support-v4库

时间:2018-06-26 19:31:52

标签: android android-gradle android-support-library

我无法更新android studio上的support-v4库,我项目的当前版本为25.2.0,我想将其更新为27.1.1,我尝试使用

implementation 'com.android.support:support-v4-25.2.0' 

但是它说无法解决

1 个答案:

答案 0 :(得分:1)

无法解决,因为应该将v4:25.2.0代替v4-25.2.0

替换

implementation 'com.android.support:support-v4-25.2.0' 

作者

implementation 'com.android.support:support-v4:25.2.0'