Create a BlackBerry project
You need to create a project before you develop an application for the BlackBerry 10 OS. There are several types of projects that you can create:
| Project Type | Option | Description | Templates |
|---|---|---|---|
| Application | Core Native | Creates a native C/C++ application using the Core Native APIs. |
|
| Cascades | Creates a native C++ application using the Cascades UI framework. |
|
|
| Library | Static | Create a collection of object files that you can link into another application (libxx.a). | none |
| Shared | Create a project that produces a C/C++ shared library. | none | |
| Native Extension | Adobe AIR | Create a project that produces a shared library for AIR Native Extensions. |
|
| BlackBerry WebWorks | Create a project for a custom extension for BlackBerry WebWorks HTML5 applications, with access to all of the BlackBerry 10 core native APIs. | none |
-
On the File menu, click
-
In the New BlackBerry Project wizard, click the project type and the option that you want to use, and then click Next.
-
If you selected Core Native Application, Cascades Application, or Adobe AIR Native Extension, select a template, and then click Next.
-
Type a name for your project.
-
Click Next.
-
Select the API Level that your application supports, and then click Finish.