While running android AVD manager it shows error quot;HAX kernel module is not installed!quot;(运行 android AVD 管理器时显示错误“未安装 HAX 内核模块!)
问题描述
我在运行 android AVD 管理器时遇到问题.运行时显示错误信息-
I'm facing problem in running the android AVD manager. While running, it shows an error message-
仿真器:错误:x86 仿真当前需要硬件加速!请确保英特尔 HAXM 已正确安装且可用.CPU加速状态:未安装HAX内核模块!
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!
但我已经安装了 Intel x86 Emulator Accelerator(HAXM 安装程序)
But I've installed Intel x86 Emulator Accelerator (HAXM installer)
我的笔记本电脑配置:
- Windows 8,
- 英特尔 Corei5 3210M 2.50GHz
推荐答案
在ARM的CPU/ABI中创建模拟器,这个错误只存在于Intel处理器.
Create emulator in CPU/ABI in ARM, this error only exist for the Intel processor.
如果您想在 Intel 中为此进程创建 AVD CPU/ABI.确保您已在 SDK 管理器上安装了 HAXM 安装程序.
If you want to create AVD CPU/ABI in Intel for this process. Make sure you have instaled HAXM installer on your SDK Manager.
下载后,请确保运行位于以下位置的设置:
After you download it make sure you run the setup located in:
{SDK_FOLDER}extrasintelHardware_Accelerated_Execution_Managerintelhaxm.exe
如果您在安装过程中收到错误VT 不支持",请禁用 Windows 上的 Hyper-V 功能.你可以执行这个命令:
If you get the error "VT not supported" during the installation, disable Hyper-V on windows features. You can execute this command:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
您还需要在 BIOS 上启用虚拟化技术"
You will also need "Virtualization Technology" to be enabled on your BIOS
这篇关于运行 android AVD 管理器时显示错误“未安装 HAX 内核模块!"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:运行 android AVD 管理器时显示错误“未安装 HAX 内核模块!"
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01