2020-02-22 00:51:04 +08:00
2020-02-20 13:43:38 +08:00
2020-02-20 15:11:56 +08:00
2019-11-15 08:12:33 +08:00
2020-02-22 00:35:25 +08:00
2020-02-13 16:34:13 +08:00
2019-11-30 01:30:05 +08:00
2020-02-20 23:33:50 +08:00
2019-12-15 14:06:36 +08:00
2019-11-19 23:20:50 +08:00
2019-11-15 08:12:33 +08:00
2019-12-07 01:51:30 +08:00
2019-12-10 22:58:13 +08:00
2020-02-20 01:43:54 +08:00
2020-01-26 14:47:59 +08:00

Clash for Android

A GUI for clash on Android

NOTICE: Early testing currently

Feature

Fully feature of clash (Exclude external-controller

Requirement

  • Android 7.0+
  • arm64 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 Android SDK ,Android NDK and Golang

  3. Configure local.properties

    sdk.dir=/path/to/android-sdk
    ndk.dir=/path/to/android-ndk
    appcenter.key=<AppCenter Key>    # Optional, from "appcenter.ms"
    
  4. Build

    on Linux

    ./gradlew build
    

    on Windows

    .\gradlew.bat build
    
Description
No description provided
Readme GPL-3.0 30 MiB
Languages
Kotlin 87.5%
Go 7.4%
C 4.6%
CMake 0.5%