当前位置:网站首页>More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv.so‘.
More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv.so‘.
2022-07-01 05:09:00 【唐诺】
错误信息:
More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv.so’.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> More than one file was found with OS independent path 'lib/armeabi-v7a/libyuv.so'. If you are using jniLibs and CMake IMPORTED targets, see https://developer.android.com/studio/preview/features#automatic_packaging_of_prebuilt_dependencies_used_by_cmake
修复:
在app目录下的build.gradle文件中加入:
android{
packagingOptions {
// 匹配到多个相同文件,只提取第一个
pickFirst "lib/armeabi-v7a/libyuv.so"
pickFirst "lib/arm64-v8a/libyuv.so"
}
}
边栏推荐
- [NLP Li Hongyi] notes
- C# wpf 使用DockPanel实现截屏框
- Global and Chinese markets of gps/gnss receiver modules 2022-2028: Research Report on technology, participants, trends, market size and share
- Worried about infringement? Must share copyrightless materials on the website. Don't worry about the lack of materials for video clips
- Character input stream and character output stream
- Pytoch (I) -- basic grammar
- Design experience of Meizhou clinical laboratory
- JS random verification code
- [hardware ten treasures catalogue] - reprinted from "hardware 100000 whys" (under continuous update ~ ~)
- Copier le matériel de conseils de bébé ne peut pas être vide, comment résoudre?
猜你喜欢

Neural network convolution layer

Neural networks - use sequential to build neural networks
![[summer daily question] Luogu p5886 Hello, 2020!](/img/ac/4be05f80aab7fb766674e6e2d16fbc.png)
[summer daily question] Luogu p5886 Hello, 2020!

STM32 expansion board digital tube display

複制寶貝提示材質不能為空,如何解决?

Causes of short circuit of conductive slip ring and Countermeasures
![[hard ten treasures] - 1 [basic knowledge] classification of power supply](/img/a8/f129c9d15ca6ed99db1dacfc750ead.png)
[hard ten treasures] - 1 [basic knowledge] classification of power supply

LevelDB源码分析之memtable

液压滑环的特点讲解

CockroachDB 分布式事务源码分析之 TxnCoordSender
随机推荐
工业导电滑环的应用
Neural networks - use sequential to build neural networks
Rust基础入门之变量绑定与解构
Global and Chinese market of metal oxide semiconductor field effect transistors 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of broadband amplifiers 2022-2028: Research Report on technology, participants, trends, market size and share
LeetCode_ 28 (implement strstr())
Neural network - nonlinear activation
Global and Chinese markets for soft ferrite cores 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market for instant messaging security and compliance solutions 2022-2028: Research Report on technology, participants, trends, market size and share
Manually implement a simple stack
分布式事务-解决方案
Buffer stream and transform stream
Pytorch neural network construction template
如何选择导电滑环材料
Global and Chinese markets of superconductor 2022-2028: Research Report on technology, participants, trends, market size and share
FileInputStream
【暑期每日一题】洛谷 P5886 Hello, 2020!
Solve the problem that the external chain file of Qiankun sub application cannot be obtained
STM32 expansion board digital tube display
el-form表单新增表单项动态校验;el-form校验动态表单v-if不生效;