Search code examples
blackberryblackberry-simulator

Reduce Blackberry Simulator load time


Is there any way to reduce Blackberry simulator load time. One way I found was View->Turn Graphics Acceleration->off . We have to close the simulator every time we make a change in code. Is there any way to bypass this closing and restarting problem of BB simulators?


Solution

  • The solution is to use a newer SDK (e.g. version 7) for development which does not require restarting the simulator every time while debugging. Then when you are ready just compile it to a target platform -- you can even do that from command line, of course always test it on the device before deployment.