Skip Navigation

High-level directory structure of the 
BlackBerry Dynamics SDK for Android

The 
BlackBerry Dynamics SDK for Android
 includes the following artifacts:
  • A Library project that contains the resources needed for the UI to run in each 
    BlackBerry Dynamics
    -enabled app
  • .jar
     file that contains all 
    BlackBerry Dynamics
     APIs and implementations
  • The 
    BlackBerry Dynamics
     native library containing the native code

Handhelds vs. Wearables subdirectory naming convention

The 
BlackBerry Dynamics SDK for Android
 has a major division between support for handheld devices and support for wearable devices with the 
BlackBerry Dynamics
 Wearable Framework
. The pertinent directory structure looks like the following. Nested in these directories are the appropriate 
.so
 and 
.jar
 files you need to include in your project, along with other support files.
  • Handheld libraries: 
    sdk_installation_directory
    /sdk/libs/handheld/gd
  • Wearable libraries: 
    sdk_installation_directory
    /sdk/libs/wearable/gd_wearable_framework
This same naming convention is also used elsewhere in the SDK package, such as for the sample applications.