1. 程式人生 > >Android studio 啟動模擬器報錯-Turn off Hyper-V

Android studio 啟動模擬器報錯-Turn off Hyper-V

啟動模擬器時出現彈出視窗:

Unfortunately, you cannot have Hyper-V running and use the emulator.
Here is what you can do:
  1) Start a command prompt as Administrator
  2) Run the following command: C:\Windows\system32> bcdedit /set hypervisorlaunchtype off
  3) Reboot your machine.

操作如下:

1.以管理員身份執行命令列視窗

2.執行C:\Windows\system32> bcdedit /set hypervisorlaunchtype off

3.重啟電腦