其他分享
首页 > 其他分享> > Android 升级到AndroidX Glide 异常 android.support.annotation.CheckResult;

Android 升级到AndroidX Glide 异常 android.support.annotation.CheckResult;

作者:互联网

2020 就要结束了,再不升级到AndroidX,就太不像话了,这不,一个老项目今天升级到Android X ,由于项目比较小,升级过程比较顺利,点击上面的Refactor  Migrate to AndroidX,编译过程中报:

android.support.annotation.CheckResult;

 

这是 转化到AndrodX 过程中 Glide 的异常,解决方法是:

 添加依赖:、

annotationProcessor 'androidx.annotation:annotation:1.0.0'

标签:升级,Glide,AndroidX,support,CheckResult,Android,annotation
来源: https://blog.csdn.net/weixin_38107457/article/details/122117889