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. I've also added
My Path in environment variables looks:
C:Python33;C:Program FilesPHPv5.3;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Program Files (x86)Microsoft ASP.NETASP.NET Web Pagesv1.0;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit;C:Program Files (x86)Microsoft SQL Server110ToolsBinn;C:Program FilesMicrosoft SQL Server110DTSBinn;C:Program Files (x86)Microsoft SQL Server110ToolsBinnManagementStudio;C:Program Files (x86)Microsoft SQL Server110DTSBinn;C:Program FilesMicrosoftWeb Platform Installer;C:UsersFilipAppDataLocalTemp;C:Python27;C:UsersFilipAppDataRoaming
pm;E:devadt-bundlesdkplatform-tools;E:devadt-bundlesdkools;E:devWinAntin;C:WindowsMicrosoft.NETFrameworkv4.0.30319
I've created app via command:
cordova create d4m com.example.d4m Drupal4me
I've added Android platform:
cordova platform add android
And I can build some Android app.
But there are some issues with Windows Phone 7 / WP 8...
I'm trying:
cordova platform add wp7
and receive error:
Checking wp7 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 msbui
ld as well (inside C:WindowsMicrosoft.NETFrameworkv4.0.30319).
]
I work at Windows 8.1 and have latest .net Framework installed.
What can I do?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…