views:

91

answers:

1

I am trying to write an android application and my workflow is as follows:

  1. Write some code
  2. Click run as Android Application
  3. Eclipse then starts the android emulator
  4. Install the app on the emulator
  5. Run it

It seems to me that there is no need for it to start an android emulator(3) each time and to kill it. It'd be nice if there was a way an android emulator always running and eclipse just installs/uninstalls the app instead of making me wait every time.

Does anyone know a way of doing this?

+5  A: 

Yeah, it just does that way - leave emulator on, and "run" in Eclipse will update the app and run it. This is how it works for me.

Just don't kill the emulator!

LordTwaroog
Oh damn, this must be stupidest question ever. Thank you!
Vijay Kotari