Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.34 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.34 KB

API Коммиты Релизы Язык Лицензия

Shadowsocks for Android

PREREQUISITES

  • JDK 11+
  • Android SDK
    • Android NDK
  • Rust with Android targets installed using rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android

BUILD

You can check whether the latest commit builds under UNIX environment by checking Travis status.

  • Install prerequisites
  • Clone the repo using git clone --recurse-submodules <repo> or update submodules using git submodule update --init --recursive
  • Build it using Android Studio or gradle script

OPEN SOURCE LICENSES