-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
gobal mode vpn not working after build #4369
Comments
debug build log here : Starting Gradle Daemon... Task :app:preBuild UP-TO-DATE Task :app:stripPlaystoreDebugDebugSymbols Task :app:desugarPlaystoreDebugFileDependencies BUILD SUCCESSFUL in 21s Build Analyzer results available |
You need libtun2socks.so. I suppose the development guide in README can be replaced with a link to: |
Issue Description
I am using the AAR libraries from the following repository:
🔗 AndroidLibXrayLite Releases
I created a libs folder in my Android Studio project and added the required .aar files there. Notably, Android Studio automatically converts this folder into jniLibs.
After adding the necessary files, I built the application successfully.
Testing & Observations
Tested on a device running Android 14
VPN icon appears in the status bar
I can ping the server, meaning the connection is established
However, no traffic is transmitted unless I switch the app to proxy mode
As a result, the global VPN mode does not work
Question
Is there any known issue or required configuration to make the global VPN mode work properly? Any suggestions for debugging this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered: