Robin Rodricks
Robin Rodricks

Reputation: 113956

Force Visual Studio 2017 to use a specific Android emulator

Whenever I deploy a Xamarin/Android app in VS 2017, it uses the default "VisualStudio_android-23_arm_phone" emulator. This emulator is buggy on my system and crashes with strange errors. I've managed to install another faster x86 Atom emulator. How do I force VS 2017 to use this emulator?

emulator

Upvotes: 1

Views: 659

Answers (2)

Jordy Dieltjens
Jordy Dieltjens

Reputation: 1538

U can select the default device here

From then on that project will always use that emulator.

Upvotes: 0

Robin Rodricks
Robin Rodricks

Reputation: 113956

Okay, this is stupid. All I had to do was drop down the Debug button and select the emulator I want to deploy to.

enter image description here

Upvotes: 2

Related Questions