You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-09-27 16:10:05.348 28583-28583/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.devyk.av.ffmpegcmd, PID: 28583
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/base.apk"],nativeLibraryDirectories=[/data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/lib/arm, /data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]] couldn't find "libavutil.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1657)
at com.devyk.ffmpeglib.config.Config.(Config.java:97)
at com.devyk.ffmpeglib.config.Config.enableLogCallback(Config.java:255)
at com.devyk.ffmpeglib.async.AsyncFFmpegExecuteTask.enableLogCallback(AsyncFFmpegExecuteTask.java:102)
at com.devyk.ffmpeglib.async.AsyncFFmpegExecuteTask.(AsyncFFmpegExecuteTask.java:74)
at com.devyk.ffmpeglib.ffmpeg.FFmpeg.executeAsync(FFmpeg.java:160)
at com.devyk.ffmpeglib.AVEditor.execCmd(AVEditor.kt:544)
at com.devyk.ffmpeglib.AVEditor.exec(AVEditor.kt:147)
at com.devyk.av.ffmpegcmd.EditorActivity.execVideo(EditorActivity.kt:191)
at com.devyk.av.ffmpegcmd.EditorActivity.onClick(EditorActivity.kt:112)
at android.view.View.performClick(View.java:6330)
at android.view.View$PerformClick.run(View.java:25105)
at android.os.Handler.handleCallback(Handler.java:869)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loop(Looper.java:206)
at android.app.ActivityThread.main(ActivityThread.java:6733)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:845)
The text was updated successfully, but these errors were encountered:
1.More than one file was found with OS independent path 'lib/armeabi-v7a/libavutil.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
2021-09-27 16:10:05.348 28583-28583/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.devyk.av.ffmpegcmd, PID: 28583
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/base.apk"],nativeLibraryDirectories=[/data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/lib/arm, /data/app/com.devyk.av.ffmpegcmd-HcWAKORbP5n8RhF79JpLEA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]] couldn't find "libavutil.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1657)
at com.devyk.ffmpeglib.config.Config.(Config.java:97)
at com.devyk.ffmpeglib.config.Config.enableLogCallback(Config.java:255)
at com.devyk.ffmpeglib.async.AsyncFFmpegExecuteTask.enableLogCallback(AsyncFFmpegExecuteTask.java:102)
at com.devyk.ffmpeglib.async.AsyncFFmpegExecuteTask.(AsyncFFmpegExecuteTask.java:74)
at com.devyk.ffmpeglib.ffmpeg.FFmpeg.executeAsync(FFmpeg.java:160)
at com.devyk.ffmpeglib.AVEditor.execCmd(AVEditor.kt:544)
at com.devyk.ffmpeglib.AVEditor.exec(AVEditor.kt:147)
at com.devyk.av.ffmpegcmd.EditorActivity.execVideo(EditorActivity.kt:191)
at com.devyk.av.ffmpegcmd.EditorActivity.onClick(EditorActivity.kt:112)
at android.view.View.performClick(View.java:6330)
at android.view.View$PerformClick.run(View.java:25105)
at android.os.Handler.handleCallback(Handler.java:869)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loop(Looper.java:206)
at android.app.ActivityThread.main(ActivityThread.java:6733)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:845)
The text was updated successfully, but these errors were encountered: