dxjia / ffmpeg-commands-executor-library

execute ffmpeg commands through a jni shared library.
Apache License 2.0
170 stars 74 forks source link

UnsatisfiedLinkError #18

Open charmeleon2 opened 7 years ago

charmeleon2 commented 7 years ago

Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.archery.archery.tv-2/base.apk"],nativeLibraryDirectories=[/data/app/com.archery.archery.tv-2/lib/arm, /cust/lib, /vendor/lib, /system/lib]]] couldn't find "libavutil-54.so" 这是什么原因,会是和Ijkplayer混用导致的库冲突吗

xiejinsorry commented 7 years ago

用了ndk{absFilter 过滤,没找到 相应架构的so库

vasanihardik commented 5 years ago

How to resolve this issue ?