Didn't find class “androidx.core.app.CoreComponentFactory”

前端 未结 10 1268
一向
一向 2020-12-03 06:40

I don\'t know what to do about the following errors, I\'ve searched the web but not found anything:

java.lang.ClassNotFoundException: Didn\'t find class \"an         


        
10条回答
  •  春和景丽
    2020-12-03 07:03

    In my case ,that was because of a little mistake in one of my layouts.

    I removed one > at the end of a view tag accidentlly.

    Check your

    xml

    files.

提交回复
热议问题