Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 514 Bytes

BUILD.md

File metadata and controls

13 lines (11 loc) · 514 Bytes

Build yourself

Deploy to your phone with Android Studio

  • Download Android Studio
  • Clone this repo with "New project from version control"
  • Let Android Studio download all necessary stuff
  • Enable developer mode on your phone, connect it and hit the play button in Android Studio

Create the APK

  • Clone this repo
  • Download and install Android SDK (not necessary when you installed Android Studio)
  • Set up OpenJDK11 (not necessary when you installed Android Studio)
  • Run ./gradlew assembleDebug