-
Notifications
You must be signed in to change notification settings - Fork 376
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
Need help for android #316
Comments
You may want to check this issue #292 (comment) The android binary should be packageable inside an android app. Beside that i can't help you much, don't have experience in android développement |
I have tried wstunnel on termux, it works on termux but there is no implementation guide available for android studio or how to implement in android app. |
can you just guide me how can i generate .so files? |
I don't think you can generate a .so out the project, because there is no library declared. So my take is that you only can if you invoke the binqry/exec it from your app. But again, i am no an droid developper so take it with a grain of salt. |
i can not invoke binqry/exec from the app because android security does not allow to execute binqry/exec directly. |
On server side it is implemented. is there any way how can i implement on android? |
I did it myself. |
Describe the goal
I want to implement wstunnel for wireguard on android.
I am developing wireguard vpn app on android studio but it is not working in some countries due to their firewall.
Describe what does not work
I have compiled binary files for all android architecture but every time it shows an error segmentation fault
Maybe I am not following the correct way. If there is any guide available please mention it.
Describe your wstunnel setup
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: