-
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
Device Version 29 X86_64 crash #456
Comments
Can you try remove all folders in libs except the |
yes i already try this but still not working |
Get it. I will try the emulator. |
and other thing is now .so File was deprecated so now what ? Please check both links https://android-developers.googleblog.com/2016/06/improving-stability-with-private-cc.html |
There must be another way to add native libraries. |
yeah beacuse now play console give the warning .. |
Application crash when open the Filters
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.app-krcBB6dv6DXtv_m-B9hPHg==### /lib/x86/libffmpeg.so"
2020-03-21 17:12:57.194 21484-21899/com.app E/AndroidRuntime: FATAL EXCEPTION: GLThread 998
Process: com.app.photo.editor, PID: 21484
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.app.photo.editor-krcBB6dv6DXtv_m-B9hPHg==/lib/x86/libffmpeg.so" has text relocations (https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#Text-Relocations-Enforced-for-API-level-23)
at java.lang.Runtime.loadLibrary0(Runtime.java:1071)
at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
at java.lang.System.loadLibrary(System.java:1667)
at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:10)
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:1541)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)
i already add x86 folder on the lib folder but still app crashing
#95 Not Working
@wysaid
The text was updated successfully, but these errors were encountered: