
glide
王人冉
行多久,方为执着;思多久,方为远见
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Glide加载同一URL图片问题
https://blog.csdn.net/tiramisu_ljh/article/details/70885744 https://github.com/bumptech/glide/issues/624 https://github.com/bumptech/glide/issues/1117 http://bumptech.github.io/glide/javadocs/470/com/...原创 2018-09-19 12:52:46 · 1969 阅读 · 2 评论 -
Glide使用中遇到的问题 IOException: Request failed with code: 503
报错: 无法访问Fragment 找不到支持android.support.v4.Fragment的类 在build.gradle中添加依赖: compile 'com.github.bumptech.glide:glide:3.7.0' 原因:glide使用时需要support-v4库的支持,如果你的项目没有support-v4库(项目默认已经添加了),如果被去掉了,则还需要添加s...原创 2017-11-17 15:21:16 · 16898 阅读 · 0 评论