Нет описания

kr328 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 лет назад
.github 07e8afa69a Initial: initial commit 4 лет назад
.idea 07e8afa69a Initial: initial commit 4 лет назад
app 07e8afa69a Initial: initial commit 4 лет назад
buildSrc e4c27ac233 Improve: auto re-generate go.sum on build 4 лет назад
common 07e8afa69a Initial: initial commit 4 лет назад
core 44424c5c9e Improve: disable proxy group lazy url-test 4 лет назад
design 07e8afa69a Initial: initial commit 4 лет назад
gradle 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 лет назад
hideapi 07e8afa69a Initial: initial commit 4 лет назад
service 07e8afa69a Initial: initial commit 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