Reputation: 113956
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?
Upvotes: 1
Views: 659
Reputation: 1538
U can select the default device here
From then on that project will always use that emulator.
Upvotes: 0
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.
Upvotes: 2