【发布时间】:2014-11-19 19:33:30
【问题描述】:
我正在尝试为 Cordova 使用 Visual Studio 工具,但部署到 Ripple 失败,提示“必须安装 Chrome 才能在 Ripple 中启动应用程序”。我正在使用谷歌浏览器金丝雀。是否有可以覆盖 Google Chrome 标准搜索的设置?
【问题讨论】:
标签: google-chrome ripple visual-studio-cordova
我正在尝试为 Cordova 使用 Visual Studio 工具,但部署到 Ripple 失败,提示“必须安装 Chrome 才能在 Ripple 中启动应用程序”。我正在使用谷歌浏览器金丝雀。是否有可以覆盖 Google Chrome 标准搜索的设置?
【问题讨论】:
标签: google-chrome ripple visual-studio-cordova
您可以更改以下 reg 键以指向自定义位置,例如 Chrome Canary 应用程序位置“C:\Users[username]\AppData\Local\Google\Chrome SxS\Application\chrome.exe” HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command
【讨论】:
尝试更改寄存器值 注册位置:HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome 将“(默认)”的值从“Chrome”更改为“Google Chrome”
详细信息写在我的博客中,但是,用韩语写的。
http://hyunjong-lee.github.io/tech/2015/02/04/Apache_Cordova.html
【讨论】: