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

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

    I encountered the same bug and found the root reason is:

    Use Application Context to inflate view.

    Inflating with Activity Context fixed the bug.

提交回复
热议问题