I am trying to write an android application and my workflow is as follows:
- Write some code
- Click run as Android Application
- Eclipse then starts the android emulator
- Install the app on the emulator
- 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?