4

Has anyone come up with a strategy for quickly debugging and running android apps on Blackberry Playbook running Playbook OS 2.0 using the eclipse plug-in and command-line scripts?

Arunabh Das
  • 13,212
  • 21
  • 86
  • 109

1 Answers1

5

Sure:

  • Make sure Android project targets 2.3.3 SDK,
  • Install the Blackberry plug-in for ADT (it sounds like you've already done this),
  • From the Blackberry Tools menu, select "add blackberry nature to project",
  • Put your Playbook into dev mode (see the security section of the settings),
  • Install a debug token into your Playbook (see the 'BAR Signer' page of Eclipse preferences).

Now you can run and debug apps on your playbook pretty much the same way you would on a regular Android device. In the run as and debug as Eclipse menus you should find options for running your app on a Blackberry. If not, go into run configurations and create something under the 'blackberry android application' group.

You mention command-line scripts, but there is no need for that.

Abdul Rahman
  • 2,097
  • 4
  • 28
  • 36
Tom
  • 17,103
  • 8
  • 67
  • 75