No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of ‘com.bumptech.glide.RequestManager’ appears in /data/app/com.itfreer.jtjs-Er_GGyCytSiFM9Ipl66nYQ==/base.apk)
这个异常是由引用工程的glide版本与主工程glide版本不一致导致的
我这里主工程使用的是:compile ‘com.github.bumptech.glide:glide:3.7.0’
某一个module 使用的是 compile ‘com.github.bumptech.glide:glide:4.9.0’
还有一些Moudle使用的也是:compile ‘com.github.bumptech.glide:glide:3.7.0’
解决办法就是统一升级到 compile ‘com.github.bumptech.glide:glide:4.9.0’
当然升级之后使用下面的RequestOption变换方法,官方文档地址https://muyangmin.github.io/glide-docs-cn/doc/transformations.html