Skip to content

Create New Project

phofman edited this page Nov 9, 2014 · 1 revision

Creating new BlackBerry project is as easy as doing it for any other type of projects inside Visual Studio.

Simply click File -> New -> Project... and navigate next to the Visual C++ node. You will find there BlackBerry Projects with options to instantiate new OpenGL (v1.1 and v2.0) or Cascades applications (with headless and cards among the typical ones).

New Project

New Project - Cascades

##Sample Once the project is created it will look like that (image is FullHD resolution):

Sample

If you correctly setup NDK, device and debug-token as described in Environment Setup, it will be already fully setup to build in debug and release mode.