Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.28 KB

Monitor

Heart rate monitor sample application built for the Mason Platform

Cloning

git clone https://github.com/MasonAmerica/Monitor.git

a directory Monitor will be created for this project

Building

To deploy your APK to the Mason Platform a signed APK is required

  • Signed APK

  • Debug APK

    • In Android Studio: Build > Build APK
    • Terminal/Gradle:
      • mac/linux: ./gradlew build
      • windows: gradlew build

Deploying

To deploy your signed APK to your Mason device(s) you first need to register it to the Mason Platform using the Mason CLI. Find detailed instructions on the Mason intro and quick start page.

  1. Install the Mason CLI
  2. Login: mason login
  3. Register your apk: mason register apk app-release.apk

Now you can deploy your apk!

mason deploy apk com.iheartlives.monitor 1

Docs

http://docs.bymason.com/

or reach out at support@bymason.com if you have any questions or feedback