Android进阶之路与编码无关的Android开发技巧Android开发

解决glide与jetpack冲突的问题

2019-01-02  本文已影响5人  hglfNg
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'androidx.annotation:annotation:1.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
android.enableJetifier=true
android.useAndroidX=true

亲测有效

原文地址: 《解决glide与jetpack冲突的问题》[https://www.jianshu.com/p/3a1c89bf1bee), 转载请注明出处

上一篇下一篇

猜你喜欢

热点阅读