使用GlidePalette:java.lang.NoClassDefFoundError:失败的解析:Lcom / squareup / okhttp / OkHttpClient

时间:2016-03-25 14:37:51

标签: android android-studio android-glide

enter image description here

我正在使用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'

我错过了一些依赖项吗?这有什么问题请帮我理解这个... !!!提前谢谢。

1 个答案:

答案 0 :(得分:0)

我不确定幕后是什么导致了这个错误,但我修复它的方法是删除这个依赖编译' com.github.bumptech.glide:okhttp-integration:1.3.1来自app level build.gradle文件的@aar。我删除它是因为滑动已经伴随着OkHttp集成,所以它看起来像是一个重复的依赖,这可能是导致问题的原因。