Quick Tip: Debugging BlackBerry on Flash Builder 4
After successful installing Playbook simulator and BlackBerry Air SDK, you may wonder how to deploy your app on simulator. Now you have 2 choices. You can use command line and run something like this:
blackberry-airpackager -package -installApp -launchApp -device 192.168.44.129 MyApp.bar src/MyApp-app.xml -C bin-debug MyApp.swf icons/90x90.png blackberry-tablet.xml
… this command compiles .swf file into .bar file and installs on simulator. If you prefer click-and-deploy solution, just go into folder with your blackberry sdk:
.../sdks/blackberry-tablet-sdk-0.9.1/eclipse_for_FB401
and copy all content into your flash builder / eclipse directory.
.../Adobe/Adobe Flash Builder 4