android-gpuimage-plus
android-gpuimage-plus copied to clipboard
UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found
when I run the app on device x86_64, it gives me this error: UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found
Which version are you using? Please link the source code if it's reported by the prebuilt AAR.
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.
Hi, did this happen with the source version? jcenter
is deprecated, and the library is out of date.
This issue is still happening. can you please explain how to fix this issue? @wysaid
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.