Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 578 Bytes

BUILD.md

File metadata and controls

25 lines (16 loc) · 578 Bytes

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

Note that you need to sign the apk.

See this guide for further instructions.

Using Android Studio

Install Android Studio, import this project and build it.

See this guide for further instructions.