A rule-based tunnel for Android.
Go to file
2022-04-25 12:25:50 +08:00
.github Chore: create FUNDING.yml 2022-04-25 12:12:59 +08:00
.idea/codeStyles
app Chore: update dependencies 2022-03-22 13:48:02 +08:00
common Chore: update dependencies 2022-03-22 13:48:02 +08:00
core Feature: close all connections on reset 2022-04-20 00:39:46 +08:00
design Chore: update dependencies 2022-03-22 13:48:02 +08:00
gradle/wrapper Chore: update dependencies 2022-03-22 13:48:02 +08:00
hideapi
service Fix: add *.jd.com to system proxy blacklist 2022-04-11 20:49:00 +08:00
.gitattributes
.gitignore
.gitmodules
build.gradle.kts Chore: bump version 2022-04-25 12:25:50 +08:00
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
NOTICE
PRIVACY_POLICY.md
README.md
settings.gradle.kts Chore: update dependencies 2022-03-22 13:48:02 +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 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:assembleFossRelease
    
  6. Pick app-foss-<arch>-release.apk in app/build/outputs/apk/foss/release/