强制 Visual Studio 2017 使用特定的 Android 模拟器

Force Visual Studio 2017 to use a specific Android emulator

每当我在 VS 2017 中部署 Xamarin/Android 应用程序时,它都会使用默认的 "VisualStudio_android-23_arm_phone" 模拟器。这个模拟器在我的系统上有问题,并因奇怪的错误而崩溃。我设法安装了另一个更快的 x86 Atom 模拟器。我如何强制 VS 2017 使用此模拟器?

好吧,这很愚蠢。我所要做的就是下拉“调试”按钮和 select 我要部署到的模拟器。

U can select the default device here

从那时起,该项目将始终使用该模拟器。