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

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

    add below code to gradle.properties

    android.enableJetifier=true
    android.useAndroidX=true
    

    or you can choose migrate to androidX in refactor -> Migrate to androidX.

提交回复
热议问题