when i start eclipse and run android project, it opens a new emulator every time ,

前端 未结 3 957
后悔当初
后悔当初 2021-01-01 02:29

Eclipse Android Emulator takes average 7 minutes to launch an activity ,its quite a long time Once emulator is Set ,Other projects can be run in same emulator which takes l

3条回答
  •  囚心锁ツ
    2021-01-01 03:18

    You can avoid starting emulator automatically by going to

    run --> run configuration --> target tab. Then select "Always prompt to pick device." Run the project after this and select a different emulator device.

    Here is a screenshot:

    enter image description here

提交回复
热议问题