Eclipse keeps starting new emulators

后端 未结 6 644
南方客
南方客 2020-12-24 14:16

I\'m busy learning how to build apps for Android, and I come across a very awkward problem.

When I run my application (with the green circle with the play-icon in it

6条回答
  •  情歌与酒
    2020-12-24 14:37

    After starting the emulator, check the emulator name has been reflected in Eclipse->DDMS->Devices. If it is mentioned as "Online", you can just run the application and it wont launch new emulator. If it is mentioned as "Offline", go to "View Menu" option(a small down arrow button in Devices window) and reset the adb. This will restart adb and will make emulator Online.

提交回复
热议问题