Android問題:android.graphics.drawable.TransitionDrawable cannot be cast to android.graph

我出現這個錯誤的緣由是html 在使用自定義的ImageView時,定義的圖片格式是bitmap,ide 可是Glide解析的圖片格式不對直接放到了image裏面,而後在into前面加一個asBitmap()就能夠解決了url Glide.with(context).load(url).asBitmap().into(img); 記下來,有問題的同窗能夠快速解決!code
相關文章
相關標籤/搜索