Error “You must not call setTag() on a view Glide is targeting” when use Glide

前端 未结 8 674
悲哀的现实
悲哀的现实 2020-12-13 09:15

I use Glide library inner custom adapter view in my apps. But I have Error :

\"You must not call setTag() on a view Glide is targeting\" 

T

8条回答
  •  执念已碎
    2020-12-13 09:37

    I had the same issue, after removing the following

    android:tag="xx"
    

    from the image on my xml layout, that issue was gone

提交回复
热议问题