本文主要是介绍Manifest merger failed : Attribute application@appComponentFactory value=,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题:
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 element at AndroidManifest.xml:9:5-34:19 to override.
出现这种问题一般是support 支持库的版本问题,统一版本就行了;我遇到的是在做flutter混编的时候,AndroidX与support支持库同事存在导致的问题,当然也是应为版本问题
这篇关于Manifest merger failed : Attribute application@appComponentFactory value=的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!