lcodecorex / KeepAlive

Fighting against force-stop kill process on Android with binder ioctl / Android高级保活
MIT License
584 stars 190 forks source link

library "libbinder.so" not found #6

Open lakersWin opened 4 years ago

lakersWin commented 4 years ago

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 请问有什么解决的方法吗###

a843647878 commented 3 years ago

我同样出这个错误 你解决了吗?

Zorphling commented 3 years ago

请问你们解决了吗, 是不是需要弄到 jniLibs 里面

xiaoyaomeng commented 3 years ago

同样的问题 求解 @lcodecorex