説明なし

metacubex ee5d50dfe0 chore: bump version 3 年 前
.github 2803a540e3 chore: update workflows 3 年 前
.idea e06c901bf5 feat: show subscription 3 年 前
app a0021a0f73 chore: update core 3 年 前
common a0021a0f73 chore: update core 3 年 前
core ee5d50dfe0 chore: bump version 3 年 前
design 9587632c49 chore: adjust grid style 3 年 前
fastlane f5a93057ad fastlane: fix a typo 3 年 前
gradle 5c3ab5470a Chore: update dependencies 3 年 前
hideapi 11c4e19e0c Refactor: refactor project structure & update clash core (#1174) 4 年 前
service e8b9603bdd fix: This is ignored when the URL scheme is "http" 3 年 前
.gitattributes 8b91b2eeb1 Chore: add .gitattributes (#1191) 4 年 前
.gitignore 90d286cd5a Chore: update gitignore 4 年 前
.gitmodules e84d3ce7cc Switch Upstream 3 年 前
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md 4 年 前
LICENSE 07e8afa69a Initial: initial commit 4 年 前
NOTICE 07e8afa69a Initial: initial commit 4 年 前
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit 4 年 前
README.md af37c0625d Update README.md 3 年 前
build.gradle.kts ee5d50dfe0 chore: bump version 3 年 前
gradle.properties 899803739b Chore: remove unused dependencies & improve gradle properties & code style (#1189) 4 年 前
gradlew 3397cdd95f Chore: update dependencies 4 年 前
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 年 前
release.keystore 8b2ef8aaac Add files via upload 3 年 前
settings.gradle.kts d2f5503330 chore: root Project name 3 年 前

README.md

Clash Meta for Android

A Graphical user interface of Clash.Meta for Android

Feature

Feature of Clash.Meta

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"

 alt="Get it on F-Droid"
 height="80">](https://f-droid.org/packages/com.github.metacubex.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