暂无描述

kr328 0b69bf735e Improve: remove tracking for flavor 'foss' 4 年之前
.github 07e8afa69a Initial: initial commit 4 年之前
.idea 07e8afa69a Initial: initial commit 4 年之前
app 0b69bf735e Improve: remove tracking for flavor 'foss' 4 年之前
buildSrc 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
common 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
core 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
design 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
gradle 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 年之前
hideapi 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
service 45ab647c67 Chore: rename flavor 'open' to 'foss' 4 年之前
.gitignore e4c27ac233 Improve: auto re-generate go.sum on build 4 年之前
.gitmodules 07e8afa69a Initial: initial commit 4 年之前
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 07e8afa69a Initial: initial commit 4 年之前
build.gradle.kts 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 年之前
gradle.properties 07e8afa69a Initial: initial commit 4 年之前
gradlew 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 年之前
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 年之前
settings.gradle.kts 07e8afa69a Initial: initial commit 4 年之前

README.md

Clash for Android

A Graphical user interface of clash for Android

Get it on Google Play or Releases

Feature

Fully feature of clash (Exclude external-controller

Requirement

  • Android 5.0+ (minimum)
  • Android 7.0+ (recommend)
  • armeabi-v7a , arm64-v8a, x86 or x86_64 Architecture

License

See also LICENSE and NOTICE

Privacy Policy

See also PRIVACY_POLICY.md

Build

  1. Update submodules

    git submodule update --init --recursive
    
  2. Install JDK 1.8, Android SDK and Golang

  3. Create local.properties in project root with

    sdk.dir=/path/to/android-sdk
    appcenter.key=<AppCenter Key>    # Optional, from "appcenter.ms"
    
  4. Create keystore.properties in project root with

    storeFile=/path/to/keystore/file
    storePassword=<key store password>
    keyAlias=<key alias>
    keyPassword=<key password>
    
  5. Build

    ./gradlew app:assembleRelease
    
  6. Pick app-release-<arch>.apk in app/build/outputs/apks