ffmpeg-jni-example icon indicating copy to clipboard operation
ffmpeg-jni-example copied to clipboard

java.lang.UnsatisfiedLinkError: dlopen failed: cannot find "libavutil.so" from verneed[1]

Open anonym24 opened this issue 7 years ago • 0 comments

05-17 00:09:28.206 21569-21569/com.muqing.android.ffmpeg_jni_example E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.muqing.android.ffmpeg_jni_example, PID: 21569
    java.lang.UnsatisfiedLinkError: dlopen failed: cannot find "libavutil.so" from verneed[1] in DT_NEEDED list for "/data/app/com.muqing.android.ffmpeg_jni_example-1/lib/arm/libavcodec.so"
        at java.lang.Runtime.loadLibrary(Runtime.java:372)
        at java.lang.System.loadLibrary(System.java:1076)
        at com.muqing.android.ffmpeg_jni_example.FFmpegNativeHelper.<clinit>(FFmpegNativeHelper.java:14)
        at com.muqing.android.ffmpeg_jni_example.MainActivity.onStart(MainActivity.java:37)

anonym24 avatar May 16 '18 21:05 anonym24