Android Studio 安装虚拟机时报错
Intel® HAXM installation failed. To install Intel® HAXM follow the instructions found at: https://github.com/intel/haxm/wiki/Installation-Instructions-on-Windows
查阅了网上资料都是说amd处理器、bios设置之类的问题和解决方案,可以查看这篇文章排查
而我的电脑是华为matebook13,肯定不是处理器的问题,然后打开官方给出的git地址,找出了解决方案:
点击下载 haxm-windows_v7_7_0.zip ,解压后安装里面的exe文件。
安装后再看Android Studio,问题解决。