|
|
il y a 4 ans | |
|---|---|---|
| .github | il y a 4 ans | |
| .idea | il y a 4 ans | |
| app | il y a 4 ans | |
| buildSrc | il y a 4 ans | |
| common | il y a 4 ans | |
| core | il y a 4 ans | |
| design | il y a 4 ans | |
| gradle | il y a 4 ans | |
| hideapi | il y a 4 ans | |
| kaidl @ 16da2e83b7 | il y a 4 ans | |
| service | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .gitmodules | il y a 4 ans | |
| CONTRIBUTING.md | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| NOTICE | il y a 4 ans | |
| PRIVACY_POLICY.md | il y a 4 ans | |
| README.md | il y a 4 ans | |
| build.gradle.kts | il y a 4 ans | |
| gradle.properties | il y a 4 ans | |
| gradlew | il y a 4 ans | |
| gradlew.bat | il y a 4 ans | |
| settings.gradle.kts | il y a 4 ans |
A Graphical user interface of clash for Android
or Releases
Fully feature of clash (Exclude external-controller
armeabi-v7a , arm64-v8a, x86 or x86_64 ArchitectureSee also PRIVACY_POLICY.md
Update submodules
git submodule update --init --recursive
Install OpenJDK 11, Android SDK, CMake and Golang
Create local.properties in project root with
sdk.dir=/path/to/android-sdk
Create keystore.properties in project root with
storeFile=/path/to/keystore/file
storePassword=<key store password>
keyAlias=<key alias>
keyPassword=<key password>
Build
./gradlew app:assembleFossRelease
Pick app-foss-<arch>-release-signed.apk in app/build/outputs/apk/foss/release/