当前位置:网站首页>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支持库同事存在导致的问题,当然也是应为版本问题
边栏推荐
- 使用libcurl将Opencv Mat的图像上传到文件服务器,基于post请求和ftp协议两种方法
- Codeforces Round #605 (Div. 3)
- 奇技淫巧-位运算
- cmake configure libtorch error Failed to compute shorthash for libnvrtc.so
- Detailed explanation of MATLAB drawing function fplot
- Detailed introduction to the hierarchical method of binary tree creation
- Win11 keeps popping up User Account Control how to fix it
- 永久更改pip源
- Software Testing Basics (Back)
- 利用plot_surface命令绘制复杂曲面入门详解
猜你喜欢

How to solve Win11 without local users and groups

Open the door of power and electricity "Circuit" (2): Power Calculation and Judgment

MATLAB绘制平面填充图入门详解

推开机电的大门《电路》(二):功率计算与判断

What are IPV4 and IPV6?

第二十五章:一文掌握while循环

cmake配置libtorch报错Failed to compute shorthash for libnvrtc.so

Detailed introduction to the hierarchical method of binary tree creation

word方框怎么打勾?

GMP scheduling model of golang
随机推荐
3. User upload avatar
第三十三章:图的基本概念与性质
Codeforces Round #624 (Div. 3)
二叉排序树与 set、map
第二十八章:解题技巧
TCP三次握手、四次挥手
模板系列-并查集
GMP scheduling model of golang
Doubled and sparse tables
Win10安装了固态硬盘还是有明显卡顿怎么办?
Codeforces Round #624 (Div. 3)
Based on the least squares linear regression equation coefficient estimation
Use libcurl to upload the image of Opencv Mat to the file server, based on two methods of post request and ftp protocol
Failed to install using npx -p @storybook/cli sb init, build a dedicated storybook by hand
轻量化AlphaPose
Configure clangd for vscode
What are IPV4 and IPV6?
MATLAB drawing command fimplicit detailed introduction to drawing implicit function graphics
STM32LL library use - SPI communication
背包问题-动态规划-理论篇