1、集成Glide

     例如

implementation 'com.github.bumptech.glide:glide:4.7.1'
kapt  'com.github.bumptech.glide:compiler:4.7.1'

2、在app model的gradle 中增加

kapt {
    generateStubs = true
}
如下图所示

Android kotlin集成Glide 4.0+以上加载不出来GlideApp的解决办法

3、make project

4、完成

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2021-09-13
  • 2022-02-21
  • 2022-01-15
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-11-26
  • 2021-07-02
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案