我已经接管了一个已响应本机响应的应用程序项目。该应用程序可以在iOS上正常运行,但是在Android上却始终出现相同的错误。
我尝试了在这里可以找到的解决方案,但是似乎都没有用。迁移到androidX似乎无济于事,错误提示的解决方案也不起作用。
这是我遇到的错误:
Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:9:5-14:19 to override.