The Android client application for NymVPN.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add \
aarch64-linux-android \
armv7-linux-androideabi \
x86_64-linux-android \
i686-linux-android
cargo install cargo-ndk
brew install go
brew install openjdk@17
brew install protobuf
$ git clone https://github.com/nymtech/nymvpn-android
$ cd nymvpn-android
$ ./gradlew assembleDebug