Visual Studio 2015 缺少模拟器

Visual Studio 2015 missing emulators

我同时安装了 VS2015 和 VS2013。在 VS2013 中,我有一个模拟器列表来启动我的应用程序,而且效果很好。

但是VS2015在列表中只有设备。如何将 phone 模拟器添加到 Visual Studio 2015?

更新:

经过更多尝试后,我发现了一些新发现。

  1. 创建一个新的通用JavaScript项目有同样的问题
  2. 正在创建一个新的通用 C# 项目确实显示模拟器列表。

重新运行安装程序。确保选中所需的选项(可能是 Windows Phone 8.1 Emulator 或 Microsoft Visual Studio Emulator for Android,你不会说你对哪个模拟器感兴趣) .如有疑问,请检查所有内容。

这对我有用! 虽然我有 CoreCon 和 vs2015.3 而不是 CoreCon 和 vs2012

Maybe you could fix this issue by deleting this folder

C:\Users\AppData\Local\Microsoft\Phone Tools\CoreCon.0

Then open VS2012 again.

If not repairing is always recommended

原始 post : no-emulator-lists-to-deploy-windows-phone-app

如果您卸载了启动项目,重新加载后它可能不再是您的启动项目。因此,请右键单击 -> 设置为启动项目,然后希望模拟器会重新出现。