A GUI for clash on Android
NOTICE: Early testing currently
Fully feature of clash (Exclude external-controller
- Android 7.0+
arm64orx86_64architecture
-
Update submodules
git submodule update --init --recursive
-
Install
Android SDK,Android NDKandGolang -
Configure
local.propertiessdk.dir=/path/to/android-sdk ndk.dir=/path/to/android-ndk
-
Get
google-service.jsonfrom Firebase and copy it toapp/google-service.json -
Build
on Linux
./gradlew build
on Windows
.\gradlew.bat build