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
build finished,run app, click connect ,and the error like this:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libjni-helper.so" not found
2023-07-17 15:59:35.423 7913-8767 System.err com.github.shadowsocks W at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at java.lang.Runtime.loadLibrary0(Runtime.java:998)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at java.lang.System.loadLibrary(System.java:1656)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.JniHelper.(JniHelper.java:47)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.JniHelper.parseNumericAddress(Native Method)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.utils.UtilsKt.isNumericAddress(Utils.kt:24)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.bg.BaseService$Interface$onStartCommand$1.invoke(BaseService.kt:400)
2023-07-17 15:59:35.425 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.bg.BaseService$Interface$onStartCommand$1.invoke(BaseService.kt:229)
2023-07-17 15:59:35.425 7913-8767 System.err com.github.shadowsocks W at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
2023-07-17 15:59:35.606 7868-7868 ShadowsocksMainActivity com.github.shadowsocks E Error to start VPN service: Failed to connect the remote server: dlopen failed: library "libjni-helper.so" not found
The text was updated successfully, but these errors were encountered:
build finished,run app, click connect ,and the error like this:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libjni-helper.so" not found
2023-07-17 15:59:35.423 7913-8767 System.err com.github.shadowsocks W at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at java.lang.Runtime.loadLibrary0(Runtime.java:998)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at java.lang.System.loadLibrary(System.java:1656)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.JniHelper.(JniHelper.java:47)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.JniHelper.parseNumericAddress(Native Method)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.utils.UtilsKt.isNumericAddress(Utils.kt:24)
2023-07-17 15:59:35.424 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.bg.BaseService$Interface$onStartCommand$1.invoke(BaseService.kt:400)
2023-07-17 15:59:35.425 7913-8767 System.err com.github.shadowsocks W at com.github.shadowsocks.bg.BaseService$Interface$onStartCommand$1.invoke(BaseService.kt:229)
2023-07-17 15:59:35.425 7913-8767 System.err com.github.shadowsocks W at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
2023-07-17 15:59:35.606 7868-7868 ShadowsocksMainActivity com.github.shadowsocks E Error to start VPN service: Failed to connect the remote server: dlopen failed: library "libjni-helper.so" not found
The text was updated successfully, but these errors were encountered: