wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeLibraryLoader.load (java.lang.UnsatisfiedLinkError)

epegasus opened this issue · comments

I'm facing this crash, reported on firebase-crashlytics.

Device Details

android 7, 8, 11
transsion, oppo

Trace

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libCGE.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
at java.lang.System.loadLibrary(System.java:1664)
at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:15)
at org.wysaid.nativePort.CGEImageHandler.(CGEImageHandler.java:16)
at org.wysaid.view.ImageGLSurfaceView.onSurfaceCreated(ImageGLSurfaceView.java:308)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1549)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1280)

I'm not facing this problem.
Have you checked your lib?
Provide more details about your devices?