| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Graphical user interface of clash for Android
or Releases
Fully feature of clash (Exclude external-controller
See also PRIVACY_POLICY.md
Update submodules
git submodule update --init --recursiveInstall JDK 1.8, Android SDK ,Android NDK and Golang
Create local.properties in project root with
sdk.dir=/path/to/android-sdk
ndk.dir=/path/to/android-ndk
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:assembleReleasePick app-release-<arch>.apk in app/build/outputs/apks
| Back | FazBrowse Home | New Git URL |