Cordova platform add wp7 fails - msbuild error

后端 未结 4 725
死守一世寂寞
死守一世寂寞 2020-12-19 16:57

I want to create crossplatform app powered by Cordova 3.1.0 which I\'ve installed via Node.js. I\'ve already installed Visual Studio 2012 and Windows Phone SDK 8 + updates.

4条回答
  •  甜味超标
    2020-12-19 17:35

    just set the environment variable in system variable "PATH" C:\Windows\Microsoft.NET\Framework\v4.0.30319\;

    it happened do to msbuild was not found.

    after that restart cmd and type "msbuild -version" u will see version.

提交回复
热议问题