A GUI for clash on Android
NOTICE: Early testing currently
Fully feature of clash (Exclude external-controller
- Android 7.0+
arm64
orx86_64
architecture
See also PRIVACY_POLICY.md
-
Update submodules
git submodule update --init --recursive
-
Install
Android SDK (include JDK)
,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/Mac
./gradlew build
on Windows
.\gradlew.bat build