Reputation: 11645
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
Reputation: 17131
Edit Configurations ->General -> Deployment Target Option -> Target -> Open Select Deployment Target Dialog :
Upvotes: 1