How to run the Windows Phone 10 Emulator?

前端 未结 1 790
孤独总比滥情好
孤独总比滥情好 2021-01-17 20:42

I\'m lost while searching how to start the Windows Phone 10 Emulator.

What I already did:
I downloaded the Emulator image and installed it (I know the location o

相关标签:
1条回答
  • 2021-01-17 21:03

    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

    0 讨论(0)
提交回复
热议问题