如何在Android Studio中同时在所有连接的设备或模拟器中运行android应用?

问题描述:

如何通过Android Studio在所有连接的设备或模拟器中同时运行android应用?

How to run an android app in all connected devices or emulators at the same time from Android Studio?

我们能够从Eclipse同时在所有连接的设备或仿真器中运行android应用.但是在Android Studio中如何?

We are able to run an android app in all connected devices or emulators at the same time from Eclipse. But how in Android Studio?

任何建议将不胜感激:-)

Any Suggestions will be appreciated :-)

在显示设备选择器时,按住SHIFT并单击要在其上运行应用程序的每个设备.

Hold down SHIFT and click each device you want to run your app on when the device chooser is displayed.

这仅适用于运行应用程序,如果您选择调试,则仅限于一台设备

This only works for running the app, if you choose to debug, this is limited to one device only