2020-04-14 20:07:07 +08:00
2020-04-14 19:50:56 +08:00
2020-04-14 02:17:07 +08:00
2020-04-14 01:23:15 +08:00
2020-03-03 21:50:30 +08:00
2020-04-10 13:45:16 +08:00
2019-11-30 01:30:05 +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-04-10 14:35:27 +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 7.0+
  • 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 ,Android NDK and Golang

  3. Create local.properties in project root with

    sdk.dir=/path/to/android-sdk
    ndk.dir=/path/to/android-ndk
    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

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