Glide库与v7不兼容:26.1.0

时间:2018-06-02 13:18:57

标签: android

我正在尝试在我的项目中添加Glide库,但是在编译Gradle时我遇到了问题。顺便说一句,我和毕加索面临同样的问题。

1 个答案:

答案 0 :(得分:0)

确保您的滑行文件如下:

repositories {
  mavenCentral()
  google()
}

dependencies {
  implementation 'com.github.bumptech.glide:glide:4.7.1'
  annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
}

或者毕加索确保您使用的是最新版本:

implementation 'com.squareup.picasso:picasso:2.71828'