Build 使用MS VS 2015和TACO构建UWP包时出错

Build 使用MS VS 2015和TACO构建UWP包时出错,build,uwp,visual-studio-cordova,Build,Uwp,Visual Studio Cordova,我使用MS VS 2015 Pro edition 14.0更新3和TACO更新10。我可以成功构建除UWP之外的任何类型的Windows软件包。我也试着一步一步地遵循这个指南。我总是会遇到以下错误: 1> Building project: d:\data\zdroje\PhoneGap\Thurisaz\Thurisaz\platforms\windows\CordovaApp.Windows10.jsproj 1> Configuration : release 1

我使用MS VS 2015 Pro edition 14.0更新3和TACO更新10。我可以成功构建除UWP之外的任何类型的Windows软件包。我也试着一步一步地遵循这个指南。我总是会遇到以下错误:

1>  Building project: d:\data\zdroje\PhoneGap\Thurisaz\Thurisaz\platforms\windows\CordovaApp.Windows10.jsproj
1>      Configuration : release
1>      Platform      : anycpu
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\Microsoft.NetNative.targets(170,5): error MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.NET.Native.Framework.1.3, Version=1.3". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM". [d:\data\zdroje\PhoneGap\Thurisaz\Thurisaz\platforms\windows\CordovaApp.Windows10.jsproj]
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\Microsoft.NetNative.targets(170,5): error MSB3779: The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.NET.Native.Runtime.1.4, Version=1.4". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM". [d:\data\zdroje\PhoneGap\Thurisaz\Thurisaz\platforms\windows\CordovaApp.Windows10.jsproj]
1>MSBUILD : cordova-build error : Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
1>MDAVSCLI : error C: \Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1

请告诉我如何解决这个问题?

请尝试创建一个处理器架构为x86、x64或arm的软件包。是的,它工作正常。唯一的问题与UWP有关。你能用一个空白的应用程序试试吗?如果错误仍然存在,请尝试重新安装windows sdk。空白项目是可以的-因此它与原始项目有某种关联。由于它几乎是一个空项目——我3天前创建了它,我刚刚添加了图标,我可以从头开始。谢谢。请尝试创建一个处理器架构为x86、x64或arm的软件包。是的,工作正常。唯一的问题与UWP有关。你能用一个空白的应用程序试试吗?如果错误仍然存在,请尝试重新安装windows sdk。空白项目是可以的-因此它与原始项目有某种关联。由于它几乎是一个空项目——我3天前创建了它,我刚刚添加了图标,我可以从头开始。谢谢