Android Studio doesn't ask me about target device

Viewed 1854

In my run configuration for an app I've got "use same device for future launches" unchecked, though it runs always on the same target, until I kill the process myself, or the build fails. It doesn't matter if I start new emulator instances on the way.

Is this a bug in AS? Can I come around it a little cleaner than killing the process?

(Android Studio 2.3, 64-bit Linux)

2 Answers

Since Android Studio 3.5 you can choose deployment target from the drop-down menu in the toolbar. Big plus: you can run on multiple devices in a one-shot.

device connection button in Android Studio toolbar

Related