Jay
Jay

Reputation: 493

How to install same app concurrently on multiple devices using Android studio

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?

Upvotes: 1

Views: 939

Answers (2)

Joseph Mathew
Joseph Mathew

Reputation: 1439

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

Upvotes: 0

Fio
Fio

Reputation: 3088

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

Upvotes: 4

Related Questions