No Description

MetaCubeX 97d8907a76 Merge pull request #1 from linsui/fastlane 3 years ago
.github 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 years ago
.idea 07e8afa69a Initial: initial commit 4 years ago
app 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 years ago
common ab96790c73 Chore: update dependencies 3 years ago
core 415fcadb8e Chore: Update Dependencies 3 years ago
design 53f3fad499 Chore: Change proxy grid layout to 3 3 years ago
fastlane fd410ab38e fastlane for F-Droid 3 years ago
gradle 5c3ab5470a Chore: update dependencies 3 years ago
hideapi 11c4e19e0c Refactor: refactor project structure & update clash core (#1174) 4 years ago
service f856c3f85f Improve: increase tun mtu 3 years ago
.gitattributes 8b91b2eeb1 Chore: add .gitattributes (#1191) 4 years ago
.gitignore 90d286cd5a Chore: update gitignore 4 years ago
.gitmodules e84d3ce7cc Switch Upstream 3 years ago
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md 4 years ago
LICENSE 07e8afa69a Initial: initial commit 4 years ago
NOTICE 07e8afa69a Initial: initial commit 4 years ago
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit 4 years ago
README.md 814097ab19 fix url 3 years ago
build.gradle.kts 44199eb5ba Chore: bump version 3 years ago
gradle.properties 899803739b Chore: remove unused dependencies & improve gradle properties & code style (#1189) 4 years ago
gradlew 3397cdd95f Chore: update dependencies 4 years ago
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 years ago
release.keystore 8b2ef8aaac Add files via upload 3 years ago
settings.gradle.kts 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 years ago

README.md

Clash Meta for Android

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, x86 or x86_64 Architecture

Build

  1. Update submodules

    git submodule update --init --recursive
    
  2. Install OpenJDK 11, Android SDK, CMake and Golang

  3. Create local.properties in project root with

    sdk.dir=/path/to/android-sdk
    
  4. 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>
    
  5. Build

    ./gradlew app:assembleMeta-AlphaRelease