How to run the Windows Phone 10 Emulator?

我只是一个虾纸丫 提交于 2019-12-01 16:46:27

The emulator's executable is \Program Files (x86)\Microsoft XDE\xde.exe

Run it with /? to get help on the arguments.

Here's how (a slightly out of date) VS 2015 launches it for me (gleaned from procexp). Update this to your folders and options and it should launch the emulator from the command line:

"C:\Program Files (x86)\Microsoft XDE\10.0.1.0\XDE.exe" /name "Emulator 10.0.1.0 WVGA 4 inch 512MB.rob" /displayName "Emulator 10.0.1.0 WVGA 4 inch 512MB" /vhd "C:\Program Files (x86)\Windows Kits\10\Emulation\Mobile\10.0.1.0\Flash.vhd" /video "480x854" /memsize 512 /diagonalSize 4 /language 409 /creatediffdisk "C:\Users\Rob\AppData\Local\Microsoft\XDE\10.0.1.0\dd.480x854.512.vhd" /snapshot /fastShutdown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!