arm64-v8a中so文件冲突 #549
Unanswered
zaoyang-chunyu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在使用过程中发现和其他三方库so冲突了,主要是以下so库文件冲突:libavcodec.so、libavutil.so、libswresample.so、libavformat.so、libswscale.so、libavfilter.so。我在app下build.gradle中添加一下代码
packagingOptions {
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
发现可以运行但是还是处理不了,使用的版本:v4.5.1-1。但是不加arm64-v8a是可以使用,我发现arm64-v8a中没有xxx_neon.so的库文件
Beta Was this translation helpful? Give feedback.
All reactions