This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 261
Building Clover
Florens edited this page May 7, 2018
·
8 revisions
The dev builds channel automatically compile from the dev branch, if you just want the latest build.
- Install git
- Install Android Studio
- Fork Clover by pressing the Fork button
- Open up a terminal (git bash if on Windows)
- Clone your new repo
git clone https://github.com/YOURNAME/Clover
- Open Android Studio
- Click "Open an existing Android Studio project"
- Select the file
Clover/Clover/build.gradle
and press OK - When asked, install any required tools.
- Sync the project again and it should be ready.
- Commit your changes with a descriptive message.
- Push your changes to your fork.
- Create a pull request with a good description.
You will still need the Android sdk installed, but because we use gradle the following command in the terminal should be enough: ./gradlew assembleDefaultRelease
. The apk ends up in Clover/Clover/app/build/outputs/apk/default/release/. See the comment in the build.gradle file how to sign your apk.
Guides:
How to build Clover
Adding a site
Add a new theme
Rambling:
Clover UI infrastrucure