Search code examples
androidintellij-idealibgdxmultiplayer

How to Automatically Build And Deploy to Multiple Android Devices in Intellij


I'm building a multiplayer game on Android and my iteration cycle is very manual.

  1. Build & Run Android, Choose Device, Select Device A
  2. Build & Run Android, Choose Device, Select Device B etc.

Is there a way with one click, to build android, and deploy to multiple connected devices over USB?


Solution

  • When you see the list of devices come up after launching the app, just shift or control click each device you want it to launch on.

    Like this

    enter image description here