赞
踩
在集成一些第三方库时,发生如下错误:
- ERROR: 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:6:5-20:19 to override.
大致意思是说:问题的发生是因为你的一些库正在使用androidx组件,请尝试使用较低版本,并确保在添加依赖项时不添加+。
所以,最简单的解决方案就是:降低发生冲突的库版本
亲测有效
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。