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

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 模拟器?)
本文介绍了如何在没有硬件加速的情况下在 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 to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)