Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError

前端 未结 6 1731
自闭症患者
自闭症患者 2020-12-24 10:30

I see an information log in my console that looks like an error. It is printed from \"art\", which is generally associated to memory but I need help understanding what it me

6条回答
  •  情歌与酒
    2020-12-24 11:07

    Cross-check this line

    View originalContentView = super.onCreateView(inflater, container, savedInstanceState);
    

提交回复
热议问题