Unable to Launch Windows Phone Emulator

后端 未结 11 1688
我寻月下人不归
我寻月下人不归 2020-12-28 16:57

I am trying to run unit tests on our CI server. When i run the following command it tries to launch emulator but fails with the following message

vstest.cons         


        
11条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-28 17:26

    After enabling support for VTx in your BIOS, you might want to check your system by running the Codeinfo tool.

    Also, don't forget to enable "Hyper-V Management Tools" and "Hyper-V Platform" on "Control Panel->Programs and Features->Turn Windows Features on of off->Hyper-V":

    I am running Windows 8 64 bit inside VMware player on top of a windows 7 machine. Also had problems running the emulator from windows phone 8, and solved them by following this guide: http://developer.nokia.com/Community/Wiki/Windows_Phone_8_SDK_on_a_Virtual_Machine_with_Working_Emulator

    Hope it helps...

提交回复
热议问题