Creating your first application in Flash Builder
Before you Begin:
- Install the BlackBerry 10 SDK for Adobe AIR
- Configure your development environment.
The following steps help you create an application that prints a simple "Hello World!" example on the screen.
Create an ActionScript Mobile AIR project
- In Adobe Flash Builder, on the File menu, click New > ActionScript Mobile Project.
- In the
Project name field, type AIRHelloWorld.
- Click Next.
- In the
Target platforms section, clear the
Apple iOS and Google Android check boxes.
- Click Next.
- In the
Native Extensions tab, add an
ActionScript Native Extensions folder.
when you add ActionScript Native Extensions to your project, you can access native platform features such as the sensors and network API.
- Click Add Folder.
- In the Add ANEs
window, specify the location of the ActionScript native extensions.
Operating System Default location for the ActionScript native extensions Windows (x64) \Program Files (x86)\Research In Motion\blackberry-tablet-sdk-3.0.0\frameworks\libs\qnx\ane\ Windows (x86) \Program Files\Research In Motion\blackberry-tablet-sdk-3.0.0\frameworks\libs\qnx\ane\ Mac /Applications/SDKs/Research In Motion/blackberry-tablet-sdk-3.0.0/frameworks/libs/qnx/ane/ - Click OK.
- Click Finish.