Skip Navigation

Set up the sample app in
Gradle
and
Android Studio
for sample app

The 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.
  1. Download and unzip the
    BlackBerry Dynamics SDK
    release .zip distribution package.
  2. Download and unzip the
    BlackBerry Dynamics Launcher Library
    release .zip distribution package.
  3. Go to GoodLauncherLibrary/SampleLauncherApp/app/build.gradle file and modify maven url to point to your locally downloaded
    BlackBerry Dynamics SDK
    folder, for example:
    maven { url '<dynamics-sdk-root-folder>/m2repository' }