yuger / VPN2018

One Click VPN for Android. 一键连接VPN Android 专用.
https://play.google.com/store/apps/details?id=global.vpn.usa
131 stars 47 forks source link

The button does not click #1

Open IvanAbakumov opened 6 years ago

IvanAbakumov commented 6 years ago

Hello! I want to see how your application works. I compiled it, but nothing happens when the button is clicked. There is nothing in the logs either. It looks like there is no button handler. Or logic does not work. Help me please.

yuger commented 6 years ago

Have you compiled your own Server? you must have a server to commect with the App, look at README. Server: https://github.com/Nyr/openvpn-install generate a client.ovpn config file.

IvanAbakumov commented 6 years ago

hi Thanks for the answer. but it did not help. I have my own server and configuration file.

yuger commented 6 years ago

You may try my old repository: https://github.com/yuger/VPN_2017

BhoomiKhan commented 4 years ago

The same is happening here on my side. When I click on the "Connect" button nothing happens. Even i used Toast and Log.d() methods to debug but they are not working. I want to use this repo for my app, any solution from your side? Thanks