Multi-Device Hybrid Apps installation error

浪尽此生 提交于 2019-12-04 05:47:16

This is a known issue with the CTP2 release. To fix this, in Visual Studio, go to:

  • Tools->Options
  • Scroll down to Multi-Device Hybrid Apps on the left
  • Choose "Environment Variables" from the list
  • Check mark the GIT_HOME variable
  • Set it to: "C:\Program Files (x86)\Git\bin"

This should resolve the issue.

After installing VS 2013 Update 5 followed by installation of the Apache Cordova tools I had the same issue. Priyank's answer took me in the right direction though in my case the path to the variables is

  • Tools --> Options --> Tools for Apache Cordova --> Environment Variable Overrides

Thank you Priyank!

Hope it is helpful.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!