Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
windows8(simple Chinese) + vs2012 + wp8 sdk
Description
1. install newest cordova CLI use cmd sudo npm install -g cordova@3.2.0
2. cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add wp8
when i cmd cordova platform add wp8, it occuring errors for this:
Downloading cordova library for wp8...
Download complete
Checking wp8 requirements...
[Error: Error while checking requirements: Please install the .NET Framwork v4.0.30319 (in the latest windows phone SDK's).
Make sure the "msbuild" command in your path is pointing to v4.0.30319 of msbuild as well (inside C:\Windows\Microsoft.NET\Framework\v4.0.30319).
]
D:\VSProject\helloCordova>msbuild
Microsoft(R) 生成引擎版本 4.0.30319.17929
this is Checking wp8 requirements error for simple chinese windows system!
Attachments
Issue Links
- relates to
-
CB-5359 WP8 not very clear msbuild requirement
- Closed