Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 953 Bytes

PROJECT_SETUP.md

File metadata and controls

19 lines (14 loc) · 953 Bytes

Back to main

Setting up the project

This section describes step by step how to download this repository and setup the android studio project. After this setup it's possible to further develop the app and test it using your own device.

Important: This project does not work on most emulators because they can't emulate bluetooth communnication.

How to

  1. Download the project from this repository in your prefered location.
  2. Load this project on Android Studio
  3. Connect an Android device to the computer
    • You need to enable usb debugging in developer mode.
  4. Press run and select the connected device

Now the app should be running in your device.

Common Problems

Back to main