android - 安装 HAXM 时不支持 VT

标签 android android-studio android-virtual-device

我正在尝试在我的机器上安装 intelhaxm-android。它给我错误 VT-x not supported in my computer(类似于 this 问题和 this 也是) 我尝试了那里给出的所有解决方案:

  • 从 BIOS 启用虚拟化
  • 通过命令行关闭 Hyper-V
  • 启用执行禁用位(如 intel guide 中所建议)

这对我来说是行不通的。请有人帮忙,我的情况可能是什么问题,如果有人可以提出解决方案,那就太好了。

我的机器是 HP Pavilion g4 Notebook PC/Windows 7 Home Basic 64-bit/AMD A4-3330MX APU

最佳答案

它是由您的 APU/CPU 类型引起的。来自英特尔® 硬件加速执行管理器 (HAXM) official website :

Important: Intel HAXM cannot be used on systems without an Intel processor, or with an Intel processor that lacks the hardware features described in the "Hardware Requirements" section above.To determine the capabilities of your Intel processor, visit http://ark.intel.com/ Additionally, Intel HAXM can be used only with Android* x86 emulator images provided by Intel. Intel HAXM cannot be used with ARM* Android* emulator images or non-Intel x86 Android* emulator images.

但是您的处理器是 AMD,而不是 Intel。这意味着,您需要将笔记本电脑的处理器升级到 Intel。

关于android - 安装 HAXM 时不支持 VT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28252323/

相关文章:

java - 在 android while 循环中使用 URL get 发送数据

android - 运行配置的目标选项卡中缺少 AVD

android - SDL 初始化失败,原因是 : No available video device in ubuntu 12. 04 LTS

android - 如何在 WebView 中打开 PDF/Docx

java - 如何让 HtmlUnit 在 Android 下工作?

java - 在android中保持常量的最佳方法

android-studio - 如何防止 Android Studio/AVD "CANNOT TRANSLATE guest DNS ip"错误消息?

android - 如何检测断开连接的蓝牙音频设备是当前播放音乐流的设备?

文件中的 Android Studio : Remove all System. out.println()?

android - 使用 NDK 包含预编译的静态库