我可以在 Android Studio 中运行没有 HAXM 的模拟器吗?

我可以在 Android Studio 中运行没有 HAXM 的模拟器吗?

问题描述:

在 Eclipse 中,我可以在没有 HAXM 的情况下运行模拟器,但是当我想在 Android Studio 中运行没有 HAXM 的模拟器时,我收到一个错误 intel haxm is需要运行此 avd

In Eclipse I can run an emulator without HAXM but when I want to run the emulator without HAXM in Android Studio, I get an error intel haxm is required to run this avd

我可以在 Android Studio 中为不支持它的设备运行没有 HAXM 的模拟器吗?如何?

Can I run the emulator without HAXM in Android Studio for a device not supporting it? And how?

更新 1:

Android 模拟器独立于 Android Studio 和 Eclipse.

The Android emulator is independent from Android Studio and Eclipse.

HAXM 是英特尔针对 x86 上的 Android 模拟器的虚拟化扩展.您可以将模拟器与 ARM 映像一起使用,而不是 HAXM,前提是您将其安装在 SDK 管理器中.

HAXM is Intel's virtualization extension for Android Emulator on x86. You can use an emulator with the ARM image instead of HAXM provided that you installed it in the SDK manager.

检查您的 SDK 管理器,看看您是否有 ARM 映像代替您想要的 API 级别,然后转到 AVD 管理器并使用 ARM 作为 cpu 制作虚拟设备.

Check your SDK manager to see if you have an ARM image instead for the API level you want, then go to the AVD manager and make a virtual device using ARM as the cpu.