windows emulator上的调试cordova应用程序产生输出路径问题

windows emulator上的调试cordova应用程序产生输出路径问题,windows,cordova,ionic-framework,Windows,Cordova,Ionic Framework,我正在尝试在windows上构建ionic cordova应用程序。我已经按照上面提到的方法在windows emulator上运行了cordova应用程序。 当我通过命令行运行cordova run windows时,我得到以下错误: C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(724,5): error : The OutputPath property is not se

我正在尝试在windows上构建ionic cordova应用程序。我已经按照上面提到的方法在windows emulator上运行了cordova应用程序。 当我通过命令行运行
cordova run windows
时,我得到以下错误:

 C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(724,5): error : The OutputPath property
 is not set for project 'SQLite3.UWP.vcxproj'.  Please check to make sure that you have specified a valid combination o
f Configuration and Platform for this project.  Configuration='debug'  Platform='Win32'.  You may be seeing this messag
e because you are trying to build a project without a solution file, and have specified a non-default Configuration or
Platform that doesn't exist for this project. [C:\Users\Puja.DESKTOP-1RKA5NV\Desktop\myApp\plugins\cordova-sqlit
e-storage\src\windows\SQLite3-Win-RT\SQLite3\SQLite3.UWP\SQLite3.UWP.vcxproj]
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
我花了将近两天的时间搜索这个问题,但没有找到任何有效的方法


非常感谢您的建议。谢谢

您好,您找到解决方案了吗?@Kreepz是的,问题现在已经解决了。