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 Jan 13, 2018
·
8 revisions
- 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
git commit -a
i
, enter a descriptive message and save withESC
:wq
ENTER
- Push your changes to your repo
git push
- Make a pull request at https://github.com/YOURNAME/Clover/pulls
- Make a descriptive title and click Create pull request button
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