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.- Download and unzip theBlackBerry Dynamics SDKrelease .zip distribution package.
- Download and unzip theBlackBerry Dynamics Launcher Libraryrelease .zip distribution package.
- Go to GoodLauncherLibrary/SampleLauncherApp/app/build.gradle file and modify maven url to point to your locally downloadedBlackBerry Dynamics SDKfolder, for example:maven { url '<dynamics-sdk-root-folder>/m2repository' }