将Glide4与okhttp3和LibraryGlideModule结合使用:public final class MyGlideModule extends LibraryGlideModule{
public void registerComponents(Context context, Glideglide, Registry registry)使用LibraryGlideModule,似乎根本没有生成Glide类。
我做错了什么?
我已经将Glide的版本从4.0.0-RC0升级到了4.4.0。但它给了我一个错误 Error:Module 'com.github.bumptech.glide:glide:4.4.0' depends on one or more Android Libraries我还将Glide的条目附加到我的build.gradle中 compile 'com.github.bumptech.glide:glide:4.4.0'
comp