不支持MSBuild v4.0,正在中止

PAR*_*N M 8 msbuild visual-studio ionic-framework

我正在开发离子框架来构建Windows应用程序.我只能添加Windows平台,但我无法构建它.当我构建它时,我得到以下错误:

MSBuild v4.0 is not supported, aborting.
Error: AppPackages doesn't exists.
Run Code Online (Sandbox Code Playgroud)

系统配置:

  • 操作系统:Windows 8.1

  • Visual Studio:2013安装2015年

  • Windows SDK:8.1

有人可以帮忙吗?

小智 5

您没有构建工具。尝试使用Microsoft Build Tools 2015 Visual C++ 2015 Build Tools。有关 Visual Studio 2017 的构建工具,请查看 Visualstudio.com/downloads/ 部分“其他工具和框架”。


小智 -5

您的应用程序包不存在,也不支持 MSBuild 4.0,请尝试升级您的 Windows 或重建您的应用程序。