android - 使用 AMD 处理器启动 AVD 时出错

标签 android intel avd haxm

我有配备 AMD 处理器的 Windows 8.1 pro。我安装了 Android SDK 和 Eclipse。它可以工作,但问题是当我创建 AVD 并启动它时显示此错误:

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 Hardware_Accelerated_Execution_Manager 并从启动菜单启用了虚拟调制,但它仍然无法正常工作。

最佳答案

确保您已在 SDK 管理器上安装 HAXM 安装程序

Android SDK Manager

下载后并确保运行安装程序位于: {SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe

注意:在 Android Studio 中,命令“intelhaxm.exe”已更改为“intelhaxm-android.exe”

如果您在安装过程中收到错误“VT 不支持”,请禁用 Windows 上的 Hyper-V 功能。您可以执行此命令 dism.exe/Online/Disable-Feature:Microsoft-Hyper-V。您还需要在 BIOS 上启用“虚拟化技术”

关于android - 使用 AMD 处理器启动 AVD 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26355645/

相关文章:

android - 如何在 robotium 中获取当前可见的 android.support.v4.app.Fragment

android - 连接到远程设备时遇到困难。需要不止一次尝试

c++ AVX512 内部相当于 _mm256_broadcast_ss()?

c++ - fnaf奇怪的表现

c - 有没有更快的方法使用 input() 和 output() 访问 I/O 寄存器?

android - AVD 停留在 "Android is starting"

android - 在干净的模拟器上测试 Android 应用程序

java - 使用layout.swipe从页面适配器中删除特定位置页面

android - 在命令行或Android Studio中使用Gradle?

Android : 4. 0.3 模拟器一段时间后自动关闭