Skip Navigation

Manually install the 
BlackBerry Dynamics SDK for Android

Visit BlackBerry Developer Downloads to download the SDK package. When you click the link, you are prompted to log in to the Developer site with your 
BlackBerry Online Account
. If you don’t already have an account, you can register and create one.
  1. Open your 
    Android
     home directory in a file manager application or change to the directory in a terminal window.
  2. From the sdk/ directory, navigate to the extras/ sub-directory. If there isn’t a directory named blackberry/ at this location, create it using the file manager or by running the 
    mkdir
     command.
  3. Change to the blackberry/ sub-directory.
  4. Copy the .zip file for the SDK to the blackberry/ directory and extract the files.
    This creates a directory structure with a directory named sdk/ as its root.
  5. Rename the new sdk/ directory to dynamics_sdk/ using the file manager or by running the 
    mv
     or 
    ren
     command.