A Graphical user interface of clash for Android
or Releases
Fully feature of clash (Exclude external-controller
armeabi-v7a , arm64-v8a, x86 or x86_64 ArchitectureSee also PRIVACY_POLICY.md
Update submodules
git submodule update --init --recursive
Install JDK 1.8, Android SDK and Golang
Create local.properties in project root with
sdk.dir=/path/to/android-sdk
appcenter.key=<AppCenter Key> # Optional, from "appcenter.ms"
Create keystore.properties in project root with
storeFile=/path/to/keystore/file
storePassword=<key store password>
keyAlias=<key alias>
keyPassword=<key password>
Build
./gradlew app:assembleRelease
Pick app-release-<arch>.apk in app/build/outputs/apks