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
2020-09-19 16:19:50.260 23215-23241/com.boolbird.keepalive E/AndroidRuntime: FATAL EXCEPTION: Thread-2
Process: com.boolbird.keepalive:resident, PID: 23215
java.lang.UnsatisfiedLinkError: dlopen failed: library "libbinder.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at com.boolbird.keepalive.NativeKeepAlive.(NativeKeepAlive.java:7)
at com.boolbird.keepalive.KeepAliveProcessImpl$1.run(KeepAliveProcessImpl.java:82)
一直是这个错误 ndk版本为16 请问有什么解决的方法吗###
The text was updated successfully, but these errors were encountered:
2020-09-19 16:19:50.260 23215-23241/com.boolbird.keepalive E/AndroidRuntime: FATAL EXCEPTION: Thread-2
Process: com.boolbird.keepalive:resident, PID: 23215
java.lang.UnsatisfiedLinkError: dlopen failed: library "libbinder.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at com.boolbird.keepalive.NativeKeepAlive.(NativeKeepAlive.java:7)
at com.boolbird.keepalive.KeepAliveProcessImpl$1.run(KeepAliveProcessImpl.java:82)
一直是这个错误 ndk版本为16 请问有什么解决的方法吗###
The text was updated successfully, but these errors were encountered: