Setting up multiple emulators on Android Eclipse

六月ゝ 毕业季﹏ 提交于 2019-12-23 17:50:45

问题


I am running a performance test for my android application, want to know whether it is possible to run multiple emulators at once in Eclipse?

If yes, how do i go about doing it?


回答1:


  • Create multiple emulators
  • Change android project run configuration, target as manual selection instead of auto.

  • Right click on android project -> Run As -> Run Configuration. On Run configuration window select the project under Android application [at right panel] Then select Target tab at left panel, and select manual option. that all..

Now whenever you run that selected project, the eclipse will pop up the window with list of running emulators and devices..

To run more than one emulator 1. Open AVD manager 2. select emulator 3. click on start -> launch




回答2:


You can run multiple emulators by just calling run again, then in the panel "Android Device Chooser" you can choose another Android Virtual Device. To add new Android Virtual Devices to your Android virtual device manager, just click the device manager button on the bar at the top of eclipse, then in the next screen click new and create a new virtual device. The virtual devices go kind of slowly if there are many of them, but you can use multiple emulators this way.




回答3:


Open AVD Manager. Create multiple AVD/emulator and run them. Got to the link for help http://developer.android.com/guide/developing/devices/index.html



来源:https://stackoverflow.com/questions/8306581/setting-up-multiple-emulators-on-android-eclipse

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