如何在没有硬件加速的

如何在没有硬件加速的

本文介绍了如何在没有硬件加速的 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom 的 Android 模拟器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我没有启用 Hyper V 或硬件加速,也不想启用.

I have not enabled Hyper V or hardware acceleration and don't want to either.

有什么方法可以在 Windows 8 上启动没有硬件加速的 Intel x86 Atom 安卓模拟器

Is there any way that I can start android emulator for Intel x86 Atom Without hardware acceleration on Windows 8

我已经用各种可能的组合创建了 AVD,但每个组合都无法启动 AVD 模拟器实例,在启动时抛出相同的错误

I have created AVDs with every combination possible and each one has failed to start the AVD emulator instance , throwing the same error when starting

模拟器:错误:x86 模拟当前需要硬件加速!请确保正确安装英特尔 HAXM 并且可用.CPU加速状态:未安装HAX内核模块!

或者,如果没有硬件加速和 API 21 和 19 的 hyper V,为 Intel Atom 86 和 64 提供的图像无法运行

OR is it that, the images given for Intel Atom 86 and 64 cannot run without HARDWARE ACCELERATION AND hyper V for API 21 and 19

我发现了很多类似的问题并阅读了几乎所有的文档,但不清楚它们是否可以在没有 hyper v 和硬件加速的情况下运行,因此这个直接问题

I have found lots of similar question and read almost all documentation, but it is not clear if they can or cannot run without hyper v and hardware acceleration, hence this direct question

在这种情况下,您如何在 android 上进行测试?

How do you test on android in such cases ?

推荐答案

在当前的 AVD 管理器中你不能.您只需有机会使用不需要硬件虚拟化的 ARM 映像.

In current AVD manager you can't. You just have the opportunity to use ARM images which will not need hardware virtualization.

要运行 ARM 映像:

To run ARM images:

  1. 打开 AVD 管理器.
  2. 创建新的虚拟设备"或右键单击现有图像并选择复制"
  3. 选择 arm* 而不是 x86/x64.
  4. 继续使用向导.
  5. 快跑!

虽然这是可用的解决方案,但仍然很慢!

Although this is the available solution but still a slow one !!

这篇关于如何在没有硬件加速的 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom 的 Android 模拟器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 16:58