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
I had the same issue, after removing the following
android:tag="xx"
from the image on my xml layout, that issue was gone