meditationassistant/BUILDING.md

29 lines
786 B
Markdown
Raw Normal View History

2019-12-20 15:33:53 +00:00
To build Meditation Assistant from source:
# Download
2021-08-28 20:39:51 +00:00
```git clone https://code.rocketnine.space/tslocum/meditationassistant.git```
2019-12-20 15:33:53 +00:00
# Import
Open [Android Studio](https://developer.android.com/studio/), select *Import
project* and choose the folder downloaded above.
# Build
Connect an Android device to your PC using
[ADB](https://developer.android.com/studio/command-line/adb) or start an
[emulated device](https://developer.android.com/studio/run/emulator).
Open the *Build Variants* panel and choose a variant.
Debug variants build quickly, while release variants are optimized.
Variants:
- opensource: F-Droid
- free: Google free version
- full: Google donate version
2019-12-20 15:33:53 +00:00
Click the green play button labeled *Run selected configuration* to build and
install the application.