如何在没有硬件加速的情况下在 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom

How can I run Android emulator for Intel x86 Atom without hardware acceleration on Windows 8 for API 21 and 19?(如何在没有硬件加速的情况下在 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom 的 Android 模拟器?) - IT屋-程序员软件开发技术
本文介绍了如何在没有硬件加速的情况下在 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 的 android 模拟器

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内核模块!

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!

或者,如果没有硬件加速和 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 映像:

  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 模拟器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)
cocos2d-android: how to display score(cocos2d-android:如何显示分数)
Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)
SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)
Android file copy(安卓文件拷贝)
Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)