android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found

Open gurkanlus-library opened this issue 2 years ago • 5 comments

when I run the app on device x86_64, it gives me this error: UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found

gurkanlus-library avatar Jul 21 '22 11:07 gurkanlus-library

Which version are you using? Please link the source code if it's reported by the prebuilt AAR.

wysaid avatar Jul 26 '22 06:07 wysaid

implementation 'org.wysaid:gpuimage-plus:2.4.6'

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1091) at java.lang.Runtime.loadLibrary0(Runtime.java:1011) at java.lang.System.loadLibrary(System.java:1664) at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:10) at org.wysaid.nativePort.CGEImageHandler.(CGEImageHandler.java) at org.wysaid.view.ImageGLSurfaceView.onSurfaceCreated(ImageGLSurfaceView.java:17) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1541) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

ahmadbajwa8282 avatar Aug 29 '22 12:08 ahmadbajwa8282

Hi, did this happen with the source version? jcenter is deprecated, and the library is out of date.

wysaid avatar Dec 27 '22 16:12 wysaid

This issue is still happening. can you please explain how to fix this issue? @wysaid

Asad-noor avatar Jul 23 '23 11:07 Asad-noor

This issue is still happening. can you please explain how to fix this issue? @wysaid

The jcenter is deprecated, and I can't upgrade the library. Please link the source project by now. And I will try to create the MavenCentral library later.

wysaid avatar Jul 23 '23 19:07 wysaid