2016-08-16 49 views
2

我剛剛安裝了Windows 10週年更新,現在我無法啓動我的Android模擬器。安裝Windows 10週年更新後無法啓動Android模擬器

Android Studio顯示以下消息。

Android Emulator is incompatible with Hyper-V 

但正如您在下圖中看到的,Hyper-V被禁用。

Android Studio error

我已經重新啓動機器。我也嘗試從提升的命令提示符處運行以下命令:

bcdedit /set hypervisorlaunchtype off 

沒有運氣。

嘗試推出從命令提示符模擬器失敗,出現以下消息:

emulator -avd Nexus_5_API_23 
emulator: ERROR: x86 emulation currently requires hardware acceleration! 
Please ensure Intel HAXM is properly installed and usable. 
CPU acceleration status: Please disable Hyper-V before using the Android Emulator. Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot. 

有沒有人遇到這個問題?

+1

您是否嘗試重新安裝HAXM? –

+0

看起來你並不孤單:https://software.intel.com/en-us/forums/android-applications-on-intel-architecture/topic/673647 –

+0

嗯......看起來與我的問題有關。 – ricalo

回答

2

在我的情況的問題是,我有憑據衛隊和基於虛擬化的安全性。

我禁用了使用Device Guard and Credential Guard hardware readiness tool提到的Windows 10功能。

解壓縮工具,在PowerShell命令去您解壓縮工具和類型的文件夾:

DG_Readiness_Tool_v2.0.ps1 -Disable 

重新啓動,我能夠重新安裝HAXM,並開始我的模擬器之後。

1

您可以關閉服務菜單中的Hyper-V(在搜索項目中鍵入「服務」),並使用服務菜單將其重新打開。即使它可能沒有必要,我仍然這樣做後重新啓動。

編輯:你也運行命令提示符作爲管理員?

EDIT2:重新安裝英特爾HAXM,作爲@Morrison_Chang說

+0

所有Hyper-V服務都停止。我已經嘗試禁用/卸載Hyper-V後重新啓動。 我以管理員身份運行命令提示符。 仍然沒有運氣。 – ricalo