Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1012 Bytes

INSTALL.md

File metadata and controls

19 lines (16 loc) · 1012 Bytes

How to build

Build directly to your phone

  1. Get an Android Device with at least Android 8.0 (Oreo)
  2. Enable developer mode on your Android device. (7 Taps on build number, google it, if you need to)
  3. Enable USB Debugging in developer settings on your device.
  4. Download and install Android Studio on your computer.
  5. Clone the git repository and open the project in Android Studio.
  6. Open the SDK manager in Android Studio and install the Android 14 SDK.
  7. Connect your phone to your pc and allow debugging from this device when the popup appears.
  8. In Android Studio make sure to select you phone and then hit the run or debug button.

Build APK and install it later on phone

  1. Download and install Android Studio.
  2. Clone the git repository and open the project in Android Studio.
  3. Open the SDK manager in Android Studio and install the Android 14 SDK..
  4. In Android Studio hit Build > Build Bundle(s) / APK(s) > Build APK(s)
  5. Copy the APK to your phone and install it from there.