Android emulator creates multiple instances created with same project

て烟熏妆下的殇ゞ 提交于 2019-12-12 05:21:46

问题


I've just download Eclipse + Android SDK, I was making the classic hello world and then change some stuff around the code, but every time I run the same project Eclipse launch a new emulator. How can I keep running the same app on the same emulator? It's boring waiting the emulator finish loading (it takes ages).


回答1:


Start emulator only once. After that you need not to close it after the first run. Your application will be installed automatically on the running emulator.



来源:https://stackoverflow.com/questions/9591563/android-emulator-creates-multiple-instances-created-with-same-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!