mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
541 B
541 B
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 for further instructions.
Using Android Studio
Install Android Studio, import this project and build it.
See this guide for further instructions.