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

时间:2020-12-16 18:56:42

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.

在Eclipse中我可以运行没有HAXM的模拟器但是当我想在Android Studio中运行没有HAXM的模拟器时,我收到一个错误。

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

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

Update 1:

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

2 个解决方案

#1


33  

The Android emulator is independent from Android Studio and Eclipse.

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

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.

HAXM是Intel在x86上针对Android Emulator的虚拟化扩展。如果您将模拟器安装在SDK管理器中,则可以将模拟器与ARM映像一起使用而不是HAXM。

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.

检查您的SDK管理器,看看您是否有一个ARM映像而不是您想要的API级别,然后转到AVD管理器并使用ARM作为cpu创建一个虚拟设备。

#2


1  

Check your processor if its is Arm.download system image for arm in sdk manager

检查处理器是否为sdk管理器中arm的Arm.download系统映像

#1


33  

The Android emulator is independent from Android Studio and Eclipse.

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

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.

HAXM是Intel在x86上针对Android Emulator的虚拟化扩展。如果您将模拟器安装在SDK管理器中,则可以将模拟器与ARM映像一起使用而不是HAXM。

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.

检查您的SDK管理器,看看您是否有一个ARM映像而不是您想要的API级别,然后转到AVD管理器并使用ARM作为cpu创建一个虚拟设备。

#2


1  

Check your processor if its is Arm.download system image for arm in sdk manager

检查处理器是否为sdk管理器中arm的Arm.download系统映像