Skip to content
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

AndroidRuntime: UnsatisfiedLinkError cannot locate symbol "__aeabi_memclr4" #237

Closed
riless opened this issue Nov 14, 2016 · 2 comments
Closed

Comments

@riless
Copy link

riless commented Nov 14, 2016

Configuration 1: works
Device Model: Samsung (SM-T530)
Android version: 5.0.2

Configuration 2: works
Device Model: LG (G2)

Configuration 3: don't works
Device Model: Samsung (SM-T810)
Android version: 6.0.1

Configuration 3 gives me this error at runtime.

E/AndroidRuntime: FATAL EXCEPTION: main
                  Process: com.company.android.camera, PID: 7188
                  java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memclr4" referenced by "/data/app/com.company.android.camera-2/lib/arm/libcamera.so"...
                      at java.lang.Runtime.loadLibrary(Runtime.java:372)
                      at java.lang.System.loadLibrary(System.java:1076)
@DanAlbert
Copy link
Member

Dup of #126

@DanAlbert
Copy link
Member

(most likely anyway, please reopen if that doesn't match your situation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants