Visual Studio for Cordova:无法为您的应用启动浏览器进程

Visual Studio for Cordova: unable to get launched browser process for your app

我一直在关注这个指南:Getting Started With Visual Studio Tools For Apache Cordova

但是当我尝试通过 "Simulate in Browser" 函数 运行 一个空白应用程序时,我在调试输出中得到了这个错误 window:

Unable to get launched browser process for your app.

在那之后什么也没有发生。

我已经尝试了几个 "solutions" 来解决我发现的类似问题,但 none 有效:

  1. 重新安装 Visual Studio(和 Cordova 工具)[As per this answer]。
  2. 正在从项目文件夹中删除 .suo 文件 [As per this answer]。
  3. 修改项目文件夹 [As per this answer] 中的 .sln 文件。
  4. 确保选中“部署”复选框 [As per this answer]。
  5. 已清除 Cordova 缓存 [As per this answer]。

我自己解决了这个问题,原来我所要做的就是授予 Visual Studio 提升的权限。