Node.js 経由でインストールした Cordova 3.1.0 を搭載したクロスプラットフォーム アプリを作成したいと考えています。Visual Studio 2012 と Windows Phone SDK 8 + 更新プログラムを既にインストールしています。私も追加しました
環境変数の私のパスは次のようになります。
C:\Python33\;C:\Program Files\PHP\v5.3;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Users\Filip\AppData\Local\Temp;C:\Python27;C:\Users\Filip\AppData\Roaming\npm;E:\dev\adt-bundle\sdk\platform-tools;E:\dev\adt-bundle\sdk\tools;E:\dev\WinAnt\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319
コマンドでアプリを作成しました:
cordova create d4m com.example.d4m Drupal4me
Android プラットフォームを追加しました。
cordova platform add android
そして、いくつかの Android アプリを作成できます。しかし、Windows Phone 7 / WP 8 にはいくつか問題があります。
cordova platform add wp7
そしてエラーを受け取ります:
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:\Windows\Microsoft.NET\Framework\v4.0.30319).
]
私は Windows 8.1 で作業しており、最新の .net Framework がインストールされています。私に何ができる?