launcher/BUILD.md

24 lines
541 B
Markdown
Raw Normal View History

2024-11-12 00:02:45 +01:00
# Building µLauncher
## Using the command line
Install JDK 17 and the Android Sdk.
Make sure that `JAVA_HOME` and `ANDROID_HOME` are set correctly.
```
git clone https://github.com/jrpie/Launcher
cd Launcher
./gradlew build
```
See [this guide](https://developer.android.com/build/building-cmdline)
for further instructions.
## Using Android Studio
Install [Android Studio](https://developer.android.com/studio), import this project and build it.
See [this guide](https://developer.android.com/studio/run)
for further instructions.