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