从cordova cli构建应用程序失败

时间:2017-06-19 15:32:55

标签: windows cordova ionic-framework windows-phone

这是我在我的机器上安装的内容:

  • cordova CLI:6.5.0
  • Ionic CLI版本:2.1.17
  • Ionic App Lib版本:2.1.7
  • ios-deploy版本:未安装
  • ios-sim版本:未安装
  • 操作系统:Windows 10
  • 节点版本:v6.11.0
  • Xcode版本:未安装

我正在用离子1.3.3角1.5.3和cordova 6.5

编写应用程序

当我运行此命令时: cordova构建窗口--appx = uap

我收到此错误:

平台的处理设置:窗口 建设项目:

C:\Users\aubrey\Source\Repos\SelfServiceApp\SelfServiceApp\platforms\windows\CordovaApp.Windows10.jsproj
        Configuration : debug
        Platform      : anycpu
C:\Users\aubrey\Source\Repos\SelfServiceApp\SelfServiceApp\platforms\windows\CordovaApp.Windows10.jsproj(61,5): error M
SB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Microsoft.VisualStudio..Defau
lt.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk
.
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1

我不确定为什么它不起作用。 android构建工作。

1 个答案:

答案 0 :(得分:0)

可能是因为依赖插件的源文件未被设置为&#34;内容&#34;类型。使用cordova-windows 5.0.0版可能会解决您的错误。