GlideAPP的生成

2019-12-25  本文已影响0人  yasuion

implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

要加后面一句 不然不得行 annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
@GlideModule
public class MyAppGlide extends AppGlideModule {

}
/加上这个记得重新rebuild一下 就可以使用GlideAPP了/

上一篇 下一篇

猜你喜欢

热点阅读