How to open the device selector every time i run the app in Android Studio?

299 views Asked by At

I have a real device and an emulator. When i first install the app , the IDE asks me to select between the two but on subsequent runs it does not ask me to choose. How do i get it to ask me every time? I tried clicking on stop app , but the problem persists.

3

There are 3 answers

2
Umair On BEST ANSWER

It's very easy. In android studio please click your app name dropdown showing at the top menu then click edit configurations and unselect use same device for future launches

enter image description here

0
gokhan On

You can change it from Run -> Edit Configuration -> Deployment Target Options

0
Suraj On

Make sure you are stopping your app before next run. (You can find stop option on the same tools section )