美文网首页
GlideAPP的生成

GlideAPP的生成

作者: yasuion | 来源:发表于2019-12-25 16:00 被阅读0次

    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了/

    相关文章

      网友评论

          本文标题:GlideAPP的生成

          本文链接:https://www.haomeiwen.com/subject/arbcoctx.html