2020-03-19 15:16:39 +08:00
2020-03-03 22:01:07 +08:00
2020-03-19 15:16:39 +08:00
2020-03-03 22:01:07 +08:00
2020-03-03 21:50:30 +08:00
2020-03-03 22:01:07 +08:00
2020-02-13 16:34:13 +08:00
2019-11-30 01:30:05 +08:00
2020-03-19 12:29:34 +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
2020-02-22 01:46:45 +08:00
2020-02-22 01:48:38 +08:00
2020-03-03 21:50:30 +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 (include JDK) ,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%