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

后端 未结 30 2289
伪装坚强ぢ
伪装坚强ぢ 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:38

    I had faced the same issue, I had used view tag in xml instead of View. Replacing to View class fixed the issue.

    Hope it helps for you too..

提交回复
热议问题