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
From what I've found from Googling, seems like Glide and ViewHolder don't get along too well. I tried Picasso instead. Problem solved instantly.
You can also try the solution from TWiStErRob, but make sure you're using Glide 3.6.0 or higher. It did not recognize setTagId(int) on 3.5.2