android.view.InflateException: Binary XML file line #12: Error inflating class

后端 未结 30 2294
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 13:48

I am receiving many errors of kind displayed in the subj. These errors seems to be occasional and I cannot reproduce them. From stack I can learn that such error may occurs

30条回答
  •  孤城傲影
    2020-11-22 14:46

    This can also happen if you use a VectorDrawable using support library and forgot to use app:srcCompat instead of android:src

    Exact error is: Binary XML file line #XX: Error inflating class ImageView

    See that link

提交回复
热议问题