1.1.3. Reading and setting author information for debug
Before you can run your application, you need to add your author
name and ID to the blackberry-tablet.xml file. To read these
values, go to Preferences→BlackBerry Tablet OS→Signing. Highlight one
of your Debug Tokens and click the Details button (see Figure 27). Figure 28 shows the author information.
Copy the author name and author ID into the blackberry-tablet.xml file as shown in the
following code.
<?xml version="1.0" encoding="UTF-8"?>
<qnx>
<author>HappyToad LLC</author>
<authorId>gYAAgBCK5G60OhJ_Alo1WGV0fks</authorId>
<buildId>349</buildId>
<platformVersion>1.0.0.0</platformVersion>
</qnx>


Now we can run the application. To do this, right-click on the
HelloWorld.mxml file within the Package Explorer and
select Run As→Mobile Application, as shown in Figure 29. Since this is the first time
running this application, the Run Configurations window will
open.
To run this application on the simulator, select “On device” and
choose Simulator from the drop-down menu (see Figure 30).
To run this application on the device, select “On device” and
choose PlayBook from the drop-down menu (see Figure 31).
Now click Apply and then click Run as you see the Hello World
application launch.
Figure 32 shows Hello
World running on the simulator.
Figure 33 shows Hello
World running on the device.





Congratulations, you have just created your first BlackBerry
Tablet OS application with Adobe Flex 4.5.