1.cmd窗口中輸入emulator -avd test 啓動AVD時報錯:ui
Running an x86 based Android Virtual Device (AVD) is 10x faster.rem
We strongly recommend creating a new AVD.cmd
這個說的是使用一個x86的模擬器比使用arm內核的要快10倍,因此這只是個提示,讓你換成內核爲x86的模擬器呢!不換的話你就只能等了,操做每一步均可能要等個好三四秒。it
個人是等了六、7分鐘界面一直卡着。io
2.修改avd中的CPU/ABI爲Intel Atom(x86)ast
3.選擇了Intel Atom(x86)後,在cmd中啓動報錯以下:Intel HAXM沒有安裝和使用。class
(到Android SDK Manager下的Extras下安裝Inel x86 Emulator Accelerator(HAXM installer))test
4.到Android SDK Manager下的Extras下想要安裝Inel x86 Emulator Accelerator(HAXM installer),但提示"Not compatible with Windowsrequire
3.到官網下載安裝包進行安裝sed
https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
4.下載完安裝時報錯:This computer meets the requirements for HAXM,but Intel Virtualization Technology(VT-x) is not turned on.
(須要到BIOS下開啓Intel Virtualization Technology)
5.開機按F2或delete鍵進入BIOS-CPU設置裏,將Intel 虛擬化技術開啓
6.再次啓動AVD,啓動成功 。