mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
add build instructions
This commit is contained in:
parent
60746c97be
commit
d1d3699233
1 changed files with 23 additions and 0 deletions
23
BUILD.md
Normal file
23
BUILD.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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.
|
Loading…
Add table
Reference in a new issue