2015 年 Visual Studio 无法 Start/Run Apache Cordova 项目

Unable to Start/Run Apache Cordova project in Visual Studio 2015

我在 Visual Studio 2015 年创建了一个新的 Apache Cordova 项目。我能够成功构建并且安装了 cordova 以及 visual studio android 模拟器。但是当我单击开始或单击 F5 时,它会显示消息: "unable to start debugging. the startup project could not be launched. The startup project can be changed by selecting 'set as startup project' command from right click in the menu explorer. Additionally make sure its debug settings are correctly configured in project properties"。我能做些什么来解决这个问题??

我的启动项目设置正确。当我单击旁边的向下箭头开始时,我也不会给我 select 模拟器的选项。请帮助

好的,我的工作方式是这样做的:

  1. 关闭所有 VS 实例
  2. 转到 C:\Users{用户名}\AppData\Local\Microsoft\Phone 工具
  3. 将 CoreCon 文件夹重命名为 CoreCon2
  4. 再次启动 VS。