0

Is it possible, and if yes then please tell me how I can do it.

Boris Rusev
  • 642
  • 1
  • 10
  • 17

3 Answers3

2

In bada 2.0 it works normaly, one time you start the emulator and after you can multiple change code and run/debug application.

Only one thing you must do, kill the app before uploading new version into emulator, this you do when click the right button on emulator.

John Conde
  • 217,595
  • 99
  • 455
  • 496
m1uan
  • 528
  • 6
  • 16
  • This response is correct, killing the app on the device first (or by hitting stop from debug perspective, in the debug view, you can run the next build without killing the emulator, works on 2.0.2 and 2.0.4 as tested. I havn't tested earlier SDKs. – Hamid Jan 16 '12 at 13:25
1

As confirmed by bada team, this is not possible.

Mihai Damian
  • 11,193
  • 11
  • 59
  • 81
0

Just remember to click the call termination button on the emulator and you can run the app again

gemini
  • 652
  • 1
  • 6
  • 11