Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I would like to integrate my Android app with Headwind MDM. How to add the library to my project (Android Studio)?
by (32.7k points)

1 Answer

0 votes
1. Copy the library to app/libs directory

2. Add the following line to your app/build.gradle (dependencies section), and adjust the library file name if required:

     dependencies {

    ...

        implementation files('libs/hmdm-1.03.aar')

    }
by (32.7k points)
A test comment.
...