我正在使用Glide库进行图像加载,我在build.gradle中包含了以下依赖项:
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.florent37:glidepalette:1.0.6'
compile 'com.github.bumptech.glide:okhttp-integration:1.3.1@aar'
我错过了一些依赖项吗?这有什么问题请帮我理解这个... !!!提前谢谢。
答案 0 :(得分:0)
我不确定幕后是什么导致了这个错误,但我修复它的方法是删除这个依赖编译' com.github.bumptech.glide:okhttp-integration:1.3.1来自app level build.gradle文件的@aar。我删除它是因为滑动已经伴随着OkHttp集成,所以它看起来像是一个重复的依赖,这可能是导致问题的原因。