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
I compiled your libraly. I want merger two files mp3 and this is my String array:
"f" , "concat" , "-i" , pathFileMerger , "-c", "copy" , pathOut
But I received an error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mysoft.audio-1/base.apk"],nativeLibraryDirectories=[/data/app/com.mysoft.audio-1/lib/arm64, /data/app/com.mysoft.audio-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libffmpeg.so"
Can you help me? Thanks you very much.
The text was updated successfully, but these errors were encountered:
can you please give me brief idea which Ndk version & ffmpeg version you use for build ffmpeg
when i build with ndk19, ndk20 it gives error while build.
I compiled your libraly. I want merger two files mp3 and this is my String array:
"f" , "concat" , "-i" , pathFileMerger , "-c", "copy" , pathOut
But I received an error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mysoft.audio-1/base.apk"],nativeLibraryDirectories=[/data/app/com.mysoft.audio-1/lib/arm64, /data/app/com.mysoft.audio-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libffmpeg.so"
Can you help me? Thanks you very much.
The text was updated successfully, but these errors were encountered: