1.Android的报错提示:
Error:(31, 13) Failed to resolve: com.github.bumptech.glide:glide:4.9.0
Disable offline mode and Sync
Show in File
Show in Project Structure dialog
                
                
                
                
                
                
                
                
                
                
                
                
在这里插入图片描述
                
                
                
                
                
                

compile 'com.github.bumptech.glide:glide:4.9.0'

改为:

compile 'com.github.bumptech.glide:glide:3.7.0'
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐