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 模拟器?)
问题描述
我没有启用 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 映像:
- 打开 AVD 管理器.
- 创建新的虚拟设备"或右键单击现有图像并选择复制"
- 选择 arm* 而不是 x86/x64.
- 继续使用向导.
- 快跑!
虽然这是可用的解决方案,但仍然是一个缓慢的解决方案!
Although this is the available solution but still a slow one !!
这篇关于如何在没有硬件加速的情况下在 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom 的 Android 模拟器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在没有硬件加速的情况下在 Windows 8 上为 API 21 和 19 运行适用于 Intel x86 Atom 的 Android 模拟器?


基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01