mcfly soft
mcfly soft

Reputation: 11645

How to choose the device when starting an app from AndroidStudio

I have 2 emulators (2 avd) created in AndroidStudio. Both are working.

I have started my app in AVD 1. I was asked which device to choose. Now I would like to start the app in AVD 2, but it starts always again with AVD 1.

How can I force AndroidStudio to ask me every time I start the App. Do I really have to close AVD1 to run it in AVD2 ?

Upvotes: 2

Views: 95

Answers (1)

Ahmad Aghazadeh
Ahmad Aghazadeh

Reputation: 17131

Edit Configurations ->General -> Deployment Target Option -> Target -> Open Select Deployment Target Dialog :

enter image description here

Upvotes: 1

Related Questions