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

Error: dlopen failed: library "libnode.so.57" not found #13

Open
bernielxy opened this issue Oct 9, 2017 · 0 comments
Open

Error: dlopen failed: library "libnode.so.57" not found #13

bernielxy opened this issue Oct 9, 2017 · 0 comments

Comments

@bernielxy
Copy link

I got this error below while i run app on my phone and I read the issue #4 but still didn't know which so file should be replaced. Anyone could help me?

10-10 01:21:23.381 29706-29751/? E/ActivityThread: Failed to find provider info for com.google.settings
10-10 01:21:23.541 27996-29705/? E/Market-ConnectionRSA: get key exception : com.android.org.bouncycastle.util.encoders.DecoderException: unable to decode base64 string: invalid characters encountered in base64 data
10-10 01:21:23.651 29706-29706/? E/art: dlopen("/data/app/com.mafintosh.nodeonandroid-1/lib/arm64/libnative-lib.so", RTLD_LAZY) failed: dlopen failed: library "libnode.so.57" not found
10-10 01:21:23.651 29706-29706/? E/AndroidRuntime: FATAL EXCEPTION: main
                                                   Process: com.mafintosh.nodeonandroid, PID: 29706
                                                   java.lang.UnsatisfiedLinkError: dlopen failed: library "libnode.so.57" not found
                                                       at java.lang.Runtime.loadLibrary(Runtime.java:371)
                                                       at java.lang.System.loadLibrary(System.java:988)
                                                       at com.mafintosh.nodeonandroid.NodeService.<clinit>(NodeService.java:97)
                                                       at java.lang.reflect.Constructor.newInstance(Native Method)
                                                       at java.lang.Class.newInstance(Class.java:1606)
                                                       at android.app.ActivityThread.handleCreateService(ActivityThread.java:2764)
                                                       at android.app.ActivityThread.access$1800(ActivityThread.java:154)
                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1400)
                                                       at android.os.Handler.dispatchMessage(Handler.java:102)
                                                       at android.os.Looper.loop(Looper.java:135)
                                                       at android.app.ActivityThread.main(ActivityThread.java:5290)
                                                       at java.lang.reflect.Method.invoke(Native Method)
                                                       at java.lang.reflect.Method.invoke(Method.java:372)
                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:911)
                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:706)
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

1 participant