A rule-based tunnel for Android.
Go to file
2021-05-22 01:29:25 +08:00
.github/ISSUE_TEMPLATE Initial: initial commit 2021-05-15 00:51:08 +08:00
.idea/codeStyles Initial: initial commit 2021-05-15 00:51:08 +08:00
app Chore: should ignore appcenter.key in foss build 2021-05-20 10:59:54 +08:00
buildSrc Improve: improve clash core build 2021-05-22 01:22:09 +08:00
common Fix: use hardcoded components package name 2021-05-16 22:56:57 +08:00
core Fix: should close all endpoint on exit 2021-05-22 01:29:25 +08:00
design Improve: add sources code urls for flavor 'foss' 2021-05-16 18:36:28 +08:00
gradle/wrapper Chore: update gradle wrapper & append sha256sum 2021-05-15 19:15:43 +08:00
hideapi Chore: rename flavor 'open' to 'foss' 2021-05-16 17:55:47 +08:00
kaidl@963190ac8e Improve: "inline" kaidl 2021-05-16 18:26:01 +08:00
service Improve: use lwip stack instead of kernel 2021-05-21 21:02:22 +08:00
.gitignore Fix: .gitignore ignore foss/release 2021-05-16 18:52:22 +08:00
.gitmodules Improve: use lwip stack instead of kernel 2021-05-21 21:02:22 +08:00
build.gradle.kts Improve: "inline" kaidl 2021-05-16 18:26:01 +08:00
CONTRIBUTING.md Chore: update CONTRIBUTING.md 2021-05-15 02:01:38 +08:00
gradle.properties Initial: initial commit 2021-05-15 00:51:08 +08:00
gradlew Chore: update gradle wrapper & append sha256sum 2021-05-15 19:15:43 +08:00
gradlew.bat Chore: update gradle wrapper & append sha256sum 2021-05-15 19:15:43 +08:00
LICENSE Initial: initial commit 2021-05-15 00:51:08 +08:00
NOTICE Initial: initial commit 2021-05-15 00:51:08 +08:00
PRIVACY_POLICY.md Initial: initial commit 2021-05-15 00:51:08 +08:00
README.md Initial: initial commit 2021-05-15 00:51:08 +08:00
settings.gradle.kts Improve: "inline" kaidl 2021-05-16 18:26:01 +08:00

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