Android Error: tools:replace specified at line: for attribute android:appComponentFactory, but no new value specified app main manifest (this file)

반응형

 

gradle.properties

코드 추가

android.useAndroidX=true
android.enableJetifier=true

 

AndroidManifest.xml

<application> 안에 코드 추가

android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
반응형