android ------ Emulator: error: x86 emulation currently requires hardware acceleration
Posted 切切歆语
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android ------ Emulator: error: x86 emulation currently requires hardware acceleration相关的知识,希望对你有一定的参考价值。
我创建 android 模拟器,运行项目时出现了一个这样的错误;
如下:
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!
错误分析:
电脑没有启用虚拟技术(HAXM没有开)或者没有安装Intel HAXM软件,可是“HAXM”到底是什么呀?
Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。
安装时又出现了一个这样的问题
Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。
重新启动安装HAXM,就成功了!
这样就可以运行模拟器了。
以上是关于android ------ Emulator: error: x86 emulation currently requires hardware acceleration的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu android studio AVD 错误:Emulator: emulator: ERROR: VkCommonOperations.cpp:540: Failed to create
Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.