-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeLibraryLoader.load (java.lang.UnsatisfiedLinkError) #525
Comments
I'm not facing this problem. |
|
You're using emulator, please check if you are using the right arch of libs. |
maven { url 'https://maven.wysaid.org/' } // All arch: armeabi-v7a, arm64-v8a, x86, x86_64 without video module (no ffmpeg) Yes, I checked API 33 and 34, there is no problem, but 35 also causes crash. Could you please look at this issue in detail, can you check the necessary conditions etc. for API 35, thank you. |
Get, I will try this. |
hello, @ferhatozcelik , I tried with my demo, the problem did not come. Can you please give me more details or if you can produce this problem on my demo? |
|
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)
The text was updated successfully, but these errors were encountered: