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

前端 未结 10 1292
一向
一向 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:18

    See java.lang.ClassNotFoundException: Didn't find class "com.my_app_name.androidx".

    Remove from AndroidManifest:

    
    

    These lines appeared a year ago after migrating to AndroidX. I removed them, now it doesn't show the exception.

提交回复
热议问题