Installing the Mason Framework SDK
This is the installation guide for the Mason Framework SDK
Setup
-
Download a
masonstubs.jar
from the options listed on our Framework SDK documentation. -
The
masonstubs.jar
should be placed in yourapp/libs
directory. -
Declare the library as a dependency in your project's gradle file at
app/build.gradle
dependencies { compileOnly files('libs/masonstubs.jar') // add the mason fw jar - NOTE: update the name to match included file }
-
Declare your usage of the library in your
AndroidManifest.xml
.Note that this goes within the
application
tags of your manifest:<uses-library android:name="masonamerica.platform" />
-
Finally, upload your application to the Mason Platform, include it in a Project configuration, and deploy the configuration to your device.
Need help
- Contact us at support@bymason.com