1

I made one App based on Client-Server programming. I can run that App on multiple devices simultaneously, now I want to debug that App in multiple devices simultaneously so I can check the flow of both client and server simultaneously.

Is it possible in Android studio?? If yes then How can I achieve that??

Ajay Mistry
  • 951
  • 1
  • 14
  • 30
  • It isn't supported. check the [comment](https://stackoverflow.com/questions/17496875/run-an-app-on-a-multiple-devices-automatically-in-android-studio#comment52656142_21251175) on a similar question. – Islam Salah Mar 28 '18 at 09:49
  • thanks , don't you think that IntelliJ should have to improve this feature in android studio like swift??t – Ajay Mistry Mar 29 '18 at 06:13

2 Answers2

0

You can do it by creating multiple launch/debug configurations and assign them the same module. Then just run debug each configuration on different device.

Renetik
  • 5,887
  • 1
  • 47
  • 66
-1

I believe you can start multiple instants by ctrl selecting your devices in the 'Deployment Target Options' pane.

There's annotation prepended in the 'Run' pane on which device is outputting... [DEVICE]-[DEVICE_NAME]-[SERIAL_NUM]