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

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

    For me, my issue was that I was

    android:background="?attr/selectableItemBackground"
    

    To a LinearLayout background, once I removed it the test passed.

提交回复
热议问题