我的项目以前使用的是glide 3.7.0
implementation 'com.github.bumptech.glide:glide:3.7.0'
现在切换到最新版本的glide 4.9.0
implementation 'com.github.bumptech.glide:glide:4.9.0'
同步并重建了我的项目。
Android Studio 3.4.1说can not resolve symbol FileDescriptorBitmapDecoder
和com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder is deprecated