Skip Navigation

Manually install the
BlackBerry Dynamics SDK for Android

  1. Go to BlackBerry Developer Downloads and download the
    BlackBerry Dynamics SDK for Android
  2. Open your Android home directory in a file manager application, or change to the directory in a terminal window. This is the
    sdk/
    directory.
  3. From the
    sdk/
    directory, navigate to the
    extras/
    sub-directory.
  4. If there isn’t already a directory named
    blackberry/
    here, create it now. You can create the directory using the file manager or by running the
    mkdir
    command.
  5. Change to the
    blackberry/
    sub-directory.
  6. If there is already a directory named
    dynamics_sdk/
    here, it might already contain an installation of the
    BlackBerry Dynamics SDK for Android
    . You can move or delete the current directory, or use a different name for the new directory. If there is no
    dynamics_sdk/
    directory, go to the next step.
  7. Copy the zip file that you downloaded to the
    blackberry/
    directory and extract its files, or extract the files here directly. This creates a directory structure with a directory named
    sdk/
    as its root.
  8. Rename the new
    sdk/
    directory
    dynamics_sdk/
    . You can rename the directory using the file manager or by running the
    mv
    or
    ren
    command.