Skip to content

xv-tom-l/build-openvpn-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

PREPARE

  • Install Android SDK and NDK
brew install android android-ndk ant makedepend
  • Edit ~/.bashrc and add:
# Android SDK
export ANDROID_SDK_ROOT=/usr/local/Cellar/android-sdk/23.0.2
export ANDROID_NDK_ROOT=/usr/local/Cellar/android-ndk/r10b
  • Install gradle and hg
brew install gradle hg
  • Get latest ics-openvpn source
hg clone https://code.google.com/p/ics-openvpn/

BUILD

cd ics-openvpn
cd main
./misc/build-native.sh
ANDROID_HOME=$ANDROID_SDK_ROOT gradle build

About

Instructions for building openvpn for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published