How do I run an Android emulator automatically from Eclipse?
You might want to know how to run an Android emulator automatically from Eclipse. Here is what you need to do.
Once you have installed ADT, you need to define an ADT launch configuration, in order for your project to execute itself as an Android executable.
** UPDATE: Android Complete tutorial now available here.
Then, in Eclipse go to Window –>Preferences –> Run/Debug tab –> Launching.
In the Launch Operation subsection, select Always launch the previously launched application as shown below.
That is all!!!