- On your Hover dashboard create a new app. Name it whatever you want, but the package name must be
com.hover.tester.X
where X is your choice, probably your organization name or similar. - Import this project into Android Studio. Open the app level build.gradle file. Under the
demo
productFlavor changeapplicationIdSuffix
from "demo" to X from step 1. (Leave everything else as "demo") - Open the
app/src/demo/Android Manifest.xml
and change the value of the Hover ApiKey meta-data to the API Key from your Hover dashboard for thecom.hover.tester.X
app you created in step 1. - Find the Build Variants panel in Android Studio and choose "demoRelease", then you can run it on your testing phone or build the apk.
If everything is correct then once permissions have been granted in the app, the "Add integration" button should show up and clicking it will show any actions you have created in the Hover dashboard.