Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 587 Bytes

File metadata and controls

27 lines (18 loc) · 587 Bytes

ShadowVPN for Android

ShadowVPN for Android. Still in progress.

Download

ShadowVPN is beta and may have bugs. If you still want to have a try:

Download beta.

Develop

  1. build native library.

     apt-get/brew install libtool automake
     export ANDROID_NDK_HOME=/path/to/ndk
     git submodule update --init --recursive
     make
    
  2. open Android Studio and import the project.

  3. build.