A Graphical user interface of Clash.Meta for Android
Feature of Clash.Meta
armeabi-v7a , arm64-v8a, x86 or x86_64 ArchitectureUpdate submodules
git submodule update --init --recursive
Install OpenJDK 11, Android SDK, CMake and Golang
Create local.properties in project root with
sdk.dir=/path/to/android-sdk
Create signing.properties in project root with
keystore.path=/path/to/keystore/file
keystore.password=<key store password>
key.alias=<key alias>
key.password=<key password>
Build
./gradlew app:assembleMeta-AlphaRelease