A Graphical user interface of Clash.Meta for Android
Feature
Feature of Clash.Meta
Requirement
- Android 5.0+ (minimum)
- Android 7.0+ (recommend)
armeabi-v7a,arm64-v8a,x86orx86_64Architecture
Build
-
Update submodules
git submodule update --init --recursive
-
Install OpenJDK 11, Android SDK, CMake and Golang
-
Create
local.propertiesin project root withsdk.dir=/path/to/android-sdk -
(Optional) Custom app package name. Add the following configuration to
local.properties.# config your ownn applicationId, or it will be 'com.github.metacubex.clash' custom.application.id=com.my.compile.clash # remove application id suffix, or the applicaion id will be 'com.github.metacubex.clash.alpha' remove.suffix=true
-
Create
signing.propertiesin project root with<div class="highlight highlight-source-ini notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="keystore.path=/path/to/keystore/file keystore.password= key.alias= key.password=">
keystore.path=/path/to/keystore/file keystore.password= key.alias= key.password=



























