Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to run an android app in all connected devices or emulators at the same time from 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 :-)

like image 442
Polam Naganji Avatar asked Oct 29 '15 09:10

Polam Naganji


2 Answers

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

like image 177
Kuffs Avatar answered Oct 22 '22 05:10

Kuffs


No need to install any plugin. Just click the run button in the toolbar and then select all devices in the ""device chooser" dialog

enter image description here

like image 35
Antonio Cappiello Avatar answered Oct 22 '22 05:10

Antonio Cappiello