How do I run an Android emulator automatically from Eclipse?

前端 未结 2 1749
温柔的废话
温柔的废话 2020-12-09 03:12

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

Any ideas?

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 03:40

    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

提交回复
热议问题