Error inflating class ImageView

前端 未结 17 2394
失恋的感觉
失恋的感觉 2020-12-29 21:01

I\'ve been getting InflateException/ClassNotFoundException error intermittently. I\'ve seen similar errors before in SO but they were caused by spelling errors. I spelled \'

17条回答
  •  鱼传尺愫
    2020-12-29 21:59

    The error during inflation might come from drawable used in the ImageView, in this case:

    android:background="@drawable/timeline_image_border"
    android:src="@drawable/timeline_image_dummy"
    

    To get rid of it, replace all the existing images trying a different drawable.

提交回复
热议问题