How to auto build and deploy multiple android devices in Intellij

I am creating a multiplayer game on Android and my iteration loop is very manual.

  • Build and run Android, select "Device", select "Device"
  • Build and run Android, select "Device", select "Device B", etc.

Is there a one-click way to build Android and deploy to multiple connected devices over USB ?

+3


source to share


2 answers


When you see a list of devices that appeared after launching the application, simply change or click on each device you want to launch.

Like this



enter image description here

+4


source


In the Select Device menu, you can select multiple devices (with a flick of a shift) and it will deploy with them in one go.



+2


source







All Articles