Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 666 Bytes

How To Build

Put the prebuild openvpn binary to "assets/openvpn" then:

Method 1. Build with android soure tree

# under root of android source tree
source build/envsetup.sh
breakfast `your device model`
cd `OpenVpn folder`
mm

Method 2. Using maven and ndk (recommanded)

Put your signkey at OpenVpn folder/signkey.keystore (optional)

export ANDROID_NDK_HOME=`your ndk path`
export ANDROID_HOME=`your sdk path`
mvn install # or with -Djarsigner.storepass=KEYPASS