报错信息为:You must not call setTag() on a view Glide is targeting 原因就是View使用setTag后导致Glide之前请求的标记被清除,强制转换过程中不能将你给定的类型判断为Request类型所致。 在Glide源码中可追溯: 所以你可以在G Read More
posted @ 2016-12-05 20:07 soft.push("zzq") Views(4963) Comments(0) Diggs(0)