Jack Dsilva
Jack Dsilva

Reputation: 1514

how to manually add simulators in blackberry eclipse?

Is there any way to add a simulator manually in my eclipse? In android SDK,we have options for selecting various emulators.Likewise,is there any way so that I can choose any one from the various simulators available?

Upvotes: 2

Views: 4882

Answers (2)

blue-sky
blue-sky

Reputation: 53826

As Ajmal said when you install a simulator it will be added to your simulator list in Eclipse. Select a simulator from "Device" dropdown menu within run configurations as shown in screenshot. The sim package number will correspond to a simulator you installed.

enter image description here

Upvotes: 3

Stack User 5674
Stack User 5674

Reputation: 1588

Yeah, it can do it. Download simulators from RIM's Software Download for Device Simulators page and you can see how to add them from the support forum thread: how to add another simulator to eclipse

Upvotes: 5

Related Questions