Žiadny popis

kr328 44424c5c9e Improve: disable proxy group lazy url-test 4 rokov pred
.github 07e8afa69a Initial: initial commit 4 rokov pred
.idea 07e8afa69a Initial: initial commit 4 rokov pred
app 07e8afa69a Initial: initial commit 4 rokov pred
buildSrc e4c27ac233 Improve: auto re-generate go.sum on build 4 rokov pred
common 07e8afa69a Initial: initial commit 4 rokov pred
core 44424c5c9e Improve: disable proxy group lazy url-test 4 rokov pred
design 07e8afa69a Initial: initial commit 4 rokov pred
gradle 07e8afa69a Initial: initial commit 4 rokov pred
hideapi 07e8afa69a Initial: initial commit 4 rokov pred
service 07e8afa69a Initial: initial commit 4 rokov pred
.gitignore e4c27ac233 Improve: auto re-generate go.sum on build 4 rokov pred
.gitmodules 07e8afa69a Initial: initial commit 4 rokov pred
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md 4 rokov pred
LICENSE 07e8afa69a Initial: initial commit 4 rokov pred
NOTICE 07e8afa69a Initial: initial commit 4 rokov pred
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit 4 rokov pred
README.md 07e8afa69a Initial: initial commit 4 rokov pred
build.gradle.kts 07e8afa69a Initial: initial commit 4 rokov pred
gradle.properties 07e8afa69a Initial: initial commit 4 rokov pred
gradlew 07e8afa69a Initial: initial commit 4 rokov pred
gradlew.bat 07e8afa69a Initial: initial commit 4 rokov pred
settings.gradle.kts 07e8afa69a Initial: initial commit 4 rokov pred

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