当前位置:网站首页>Manifest merger failed : Attribute [email protected] value=
Manifest merger failed : Attribute [email protected] value=
2022-08-02 14:11:00 【海无垠】
问题:
Manifest merger failed : Attribute [email protected] 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支持库同事存在导致的问题,当然也是应为版本问题
边栏推荐
- Detailed explanation of MATLAB drawing function plot
- mysql的索引结构为什么选用B+树?
- MATLAB制作简易小动画入门详解
- 第三十章:普通树的存储和遍历
- Codeforces Round #624 (Div. 3)
- Codeforces Round #605 (Div. 3)
- MATLAB绘图函数ezplot入门详解
- 3.用户上传头像
- 1. Development community homepage, register
- Flink + sklearn - use JPMML implement flink deployment on machine learning model
猜你喜欢
随机推荐
【STM32学习1】基础知识与概念明晰
How to add a one-key shutdown option to the right-click menu in Windows 11
What should I do if Windows 10 cannot connect to the printer?Solutions for not using the printer
Based on the matrix calculation in the linear regression equation of the coefficient estimates
模板系列-二分
Use libcurl to upload the image of Opencv Mat to the file server, based on two methods of post request and ftp protocol
二叉树的遍历:递归法/ 迭代法/ 统一迭代法(强QAQ)
MATLAB绘图函数fplot详解
Mysql lock
4.发布帖子,评论帖子
第二十九章:树的基本概念和性质
Network Security Packet Capture
General code for pytorch model to libtorch and onnx format
KiCad Common Shortcuts
In-depth understanding of Golang's Map
MATLAB图形加标注的基本方法入门简介
Actual combat Meituan Nuxt +Vue family bucket, server-side rendering, mailbox verification, passport authentication service, map API reference, mongodb, redis and other technical points
基于最小二乘法的线性回归分析方程中系数的估计
Codeforces Round #605 (Div. 3)
Introduction to MATLAB drawing functions ezplot explanation









