Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

版权声明:本文为博主原创文章,转载请注明出处!有时候也不是原创,手快就选了(我的文章随意转载复制,不在乎的哈!) https://blog.csdn.net/qq_31384551/article/details/82863380

完整错误如下

2018/9/27
10:23    Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

10:23    Emulator: CPU acceleration status: Unable to open HAXM device: ERROR_FILE_NOT_FOUND

10:23    Emulator: Process finished with exit code 1

出现位置:在Android Studio中启动安卓虚拟机的时候出现此错误

造成原因:创建虚拟机时没有配置完全,忘记给虚拟机添加镜像了,如下图

添加对应API Level版本和对应x86或x86_64的镜像即可解决

如果还没解决的话,请看这个部位的提示,不懂啥意思的自己百度翻译去(无非就是提示一些使用更高版本的镜像等等),如图:

OK了,成功启动安卓虚拟机:

扫描二维码关注公众号,回复: 3508010 查看本文章

猜你喜欢

转载自blog.csdn.net/qq_31384551/article/details/82863380