Using libraries
You can use libraries to access and reuse existing functionality.
You can add the following types of libraries using the Add Library wizard from the QNX Momentics IDE:
- Standard BlackBerry platform library
- Choose this option to add libraries that are installed on the BlackBerry 10 device. These libraries are packaged as part of the BlackBerry 10 Native SDK.
- External library
- Choose this option to add libraries that exist outside of your workspace, such as third-party libraries or custom libraries that you have created or ported for use in the native SDK.
- Library project
- Choose this option to add a dependency on another project that you have created. Typically, this is a library you create that you may want to reuse or you have separated out.
By default, external libraries are not available on the devices. Therefore, you must package external libraries used by your app as part of the BAR file. To do so, you must modify the BAR application descriptor file in your project. If you do not complete this step, your application will not be able to the locate the shared libraries at runtime and will fail to start or crash on the device.