当前位置:   article > 正文

错误解决ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support

attribute application@appcomponentfactory value=(android.support.v4.app.core

在集成一些第三方库时,发生如下错误:

  1. 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
  2. is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
  3. Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:6:5-20:19 to override.

大致意思是说:问题的发生是因为你的一些库正在使用androidx组件,请尝试使用较低版本,并确保在添加依赖项时不添加+。

所以,最简单的解决方案就是:降低发生冲突的库版本

亲测有效

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/木道寻08/article/detail/824191
推荐阅读
相关标签
  

闽ICP备14008679号