Set up the sample app in Gradle and Android Studio for sample app
Gradle
and Android Studio
for sample appThe sample app for the
BlackBerry Dynamics Launcher Library
is based on the RSS Reader sample app delivered with the BlackBerry Dynamics SDK
. Apps that rely on the BlackBerry Dynamics Launcher Library
must use Android
support library com.android.support:support-v13. This is already configured in the Android
sample app's build.gradle file, but you must add these dependencies in any new project. You must upgrade the Android SDK
to API level 28.- Download and unzip theBlackBerry Dynamics Launcher Library.
- Change the directory toGoodLauncherLibrary/SampleLauncherApp/app/libs.
- Copy theBlackBerry Dynamics SDKrelease .aar file, so that you have SampleLauncherApp/app/libs/gd.aar.