Windows用の新しいコードバプロジェクトの作成に問題があります。Visual Studio 2017エラーでWindows用Cordovaビルド
- [email protected]、それはまたのApache Cordovaの、Windows Mobileのエミュレータとするためのツールで[email protected]で
- のVisual Studio 2017のEnterpriseを再現することができます:
私は次のバージョンがインストールされていますもっと。
- MSビルドツールv14 & v15がインストールされています。 だから、
、再現する:
cordova create project1
cd project1
cordova platform add windows
cordova build windows
その後、次のエラーが表示されます:error MSB4019: The imported project "C:\Program Files (86)\MSBuild\Microsoft\VisualStudio\v14.0\JavaScript\Micros oft.VisualStudio.WJProject.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk
ビルドに--verboseフラグを追加すると、C:\WINDOWS\system32\reg.exe query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\15.0,/v,MSBuildToolsPath
コマンドは成功しないので、v15の代わりにビルドツールv14を使用します。
Visual Studio 2017で新しいプロジェクトを作成すると、&がVisual Studio内で正常に実行されますが、cordova build windows
コマンドでも同じエラーが発生します。
私はそれが適切なレジストリキーがインストールされていると思いますが、正常に動作します。どのように正しく追加する必要がありますか?あるいは、Visual Studioでコードワードやタココマコマンドを実行していないことは何ですか?