1

I wonder if there is a way to install and run an android application concurrently on multiple devices/emulator with a single server that is from development machine.

Do such thing exists?

Jay
  • 473
  • 1
  • 6
  • 19
  • u want to run an app on multiple devices at the same time, from a computer (server)? .... so you want to create your own api server -> instead of using, for example, firebase? yes its possible – letsCode Oct 30 '17 at 15:41

2 Answers2

4

Actually yes. When launcing your app through Android Studio, you can shift+click on the devices you want to run your application on. Discussed in more detailed in here

Fio
  • 3,088
  • 2
  • 13
  • 23
0

When you see the list of devices come up after launching the app,

just press (shift or control) + click each device you want it to launch on.

enter image description here

Joseph Mathew
  • 1,269
  • 15
  • 17