Reputation: 43
How do I install a test app developed using Eclipse on a BlackBerry?
Upvotes: 3
Views: 3192
Reputation: 2046
If you using Eclipse for BB development, you must use Plugin for Eclipse and BB simulator. In this way you just build your application and run/debug it from IDE. IDE automatically run simulator and deploy your cod to simulator.
In other cases, there are 3 ways to run your *.cod application on BB device:
Note, that if you use for, example, Crypto API or Persistent storage API, before install your application on real device, you must sign it with SignatureTool.
Upvotes: 7