本文介绍了未安装 HAX 内核模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚从官方 android 站点下载了最新的 android studio 并安装了它.但是我收到此错误而不是使用 Intel X 86 Emulator 加速器.什么会导致这个错误
I have just downloaded latest android studio from official android site and installed it. But I am getting this error instead of having Intel X 86 Emulator accelerator. What can cause this error
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!
推荐答案
在阅读了很多关于 stackoverflow 的问题后,我发现我的 CPU 不支持虚拟化.我必须升级到支持虚拟化的 CPU 才能安装 Intel X 86 Emulator Accelerator(Haxm Installer)
After reading many questions on stackoverflow I found out that my CPU does not support Virtualization. I have to upgrade to the cpu which supports Virtualization in order to install Intel X 86 Emulator accelerator(Haxm Installer)
这篇关于未安装 HAX 内核模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!