由于我使用的是androidx
库而不是android.support.v4
库,所以我无法创建以shape
为根的新版式资源文件。
在这里您可以看到我 gradle.properties
android.useAndroidX=true
android.enableJetifier=true
android.enableD8=false
由于出现以下错误,我无法导入android.support.v4
库
Merging Errors: Error: tools:replace specified at line:20 for attribute android:appComponentFactory, but no new value specified app main manifest (this file), line 19
我不知道该如何解决该错误,因为如果我知道可以解决该错误。