Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I run an Android emulator automatically from Eclipse?

I need to know how to run an Android emulator automatically from Eclipse.

Any ideas?


1 Answers

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.

Hello World Android


Then, do not forget to To go in Eclipse->Preferences->Run/Debug->Launching.
In the “Launch Operation” subsection, select “Always launch the previously launched application”:

Eclipse launching options

like image 101
VonC Avatar answered Sep 15 '25 05:09

VonC