美文网首页
Glide4.0 添加依赖失败

Glide4.0 添加依赖失败

作者: 菜鸟考官 | 来源:发表于2017-10-18 13:04 被阅读0次

分别添加这两个

dependencies {
compile 'com.github.bumptech.glide:glide:4.2.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
}

repositories {
mavenCentral()
maven { url 'https://maven.google.com' }
}

其中2 要添加到这里:

Paste_Image.png

相关文章

网友评论

      本文标题:Glide4.0 添加依赖失败

      本文链接:https://www.haomeiwen.com/subject/frnsuxtx.html