Unable to Launch Windows Phone Emulator

后端 未结 11 1777
我寻月下人不归
我寻月下人不归 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:20

    I had the same problem. This fixed it.

    Shut down the VM, select option “Virtualize Intel VT-x/EPT or ARM-V/RVI” in the vm processor settings.

    Then add these two lines to the end of the vmx-file:

    hypervisor.cpuid.v0 = "FALSE"
    mce.enable = "TRUE"
    

    Start the VM, add the Hyper-V components and restart the vm. Next time you start the emulator, Visual Studio will configure Hyper-V and run the emulator

提交回复
热议问题