Heart rate monitor sample application built for the Mason Platform
git clone https://github.com/MasonAmerica/Monitor.git
a directory Monitor
will be created for this project
To deploy your APK to the Mason Platform a signed APK is required
-
Signed APK
- In Android Studio: Build > Generate Signed APK (Additional info in Sign your release build)
-
Debug APK
- In Android Studio: Build > Build APK
- Terminal/Gradle:
- mac/linux:
./gradlew build
- windows:
gradlew build
- mac/linux:
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.
- Install the Mason CLI
- Login:
mason login
- Register your apk:
mason register apk app-release.apk
Now you can deploy your apk!
mason deploy apk com.iheartlives.monitor 1
or reach out at support@bymason.com if you have any questions or feedback