A Graphical user interface of clash for Android
or Releases
Fully feature of clash (Exclude external-controller
- Android 7.0+
armeabi-v7a
,arm64-v8a
,x86
orx86_64
Architecture
See also PRIVACY_POLICY.md
-
Update submodules
git submodule update --init --recursive
-
Install
JDK 1.8
,Android SDK
,Android NDK
andGolang
-
Configure
local.properties
sdk.dir=/path/to/android-sdk ndk.dir=/path/to/android-ndk appcenter.key=<AppCenter Key> # Optional, from "appcenter.ms"
-
Build
on Linux
./gradlew build
on Windows
.\gradlew.bat build