首页 > 移动平台 > 详细

004-AndroidStudio报错Manifest merger failed : Attribute application@appComponentFactory value=(android.sup

时间:2020-01-14 14:08:27      阅读:100      评论:0      收藏:0      [点我收藏+]

在引入 库文件时候,AS报错

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:5:5-20:19 to override.

各种 尝试后,发现 原来 AS早已经给出提示

 技术分享图片

在清单文件 添加如下代码

<application

...
android:theme="@style/AppTheme"

android:appComponentFactory=""
tools:replace="android:appComponentFactory">

004-AndroidStudio报错Manifest merger failed : Attribute application@appComponentFactory value=(android.sup

原文:https://www.cnblogs.com/qiuniao/p/12191467.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!