在模拟器中运行windows universal app的ionic windows cordova

在模拟器中运行windows universal app的ionic windows cordova,windows,cordova,ionic-framework,Windows,Cordova,Ionic Framework,我正在尝试在windows 10模拟器中部署我的ionic应用程序 我已经添加了windows平台 通过将此标记添加到应用程序的config.xml文件,我已将windows目标版本设置为10.0 <platform name="windows"> <preference name="windows-target-version" value="10.0" /> </platform> 有关详细信息,请参阅完整的控制台消息 已安装的仿真器

我正在尝试在windows 10模拟器中部署我的ionic应用程序

我已经添加了windows平台

通过将此标记添加到应用程序的config.xml文件,我已将
windows目标版本设置为
10.0

  <platform name="windows">
      <preference name="windows-target-version" value="10.0" />
  </platform>
有关详细信息,请参阅完整的控制台消息 已安装的仿真器 有什么帮助吗


谢谢

通过调试windows cordova插件,我意识到windows 10中的模拟还不受支持。默认情况下,它在设备中启动部署

当我在选项参数中强制模拟时,会收到此警告

Windows 10 Phone emulator is currently not supported. 
If you want to deploy to emulator, please use Visual Studio instead.

Attempting to deploy to device...

通过调试windows cordova插件,我意识到在windows 10中还不支持模拟。默认情况下,它在设备中启动部署

当我在选项参数中强制模拟时,会收到此警告

Windows 10 Phone emulator is currently not supported. 
If you want to deploy to emulator, please use Visual Studio instead.

Attempting to deploy to device...
C:\Users\yacine\labs\ap1>cordova run windows --list
Available windows devices:
0. Device (device)
Available windows virtual devices:
1. Emulator 10.0.1.0 WVGA 4 inch 512MB (emulator)
2. Emulator 10.0.1.0 WVGA 4 inch 1GB (emulator)
3. Emulator 10.0.1.0 WXGA 4.5 inch 1GB (emulator)
4. Emulator 10.0.1.0 720p 5 inch 1GB (emulator)
5. Emulator 10.0.1.0 1080p 6 inch 2GB (emulator)
Windows 10 Phone emulator is currently not supported. 
If you want to deploy to emulator, please use Visual Studio instead.

Attempting to deploy to device...