You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: