Android Studio 模拟器不加载 Windows 10

标签 android android-studio android-emulator emulation windows-10

我在 Windows 10 上全新安装了 android studio,其中包含适用于 android api 22 的所有软件包。当我运行模拟器时,我收到以下消息

C:\Users\admin\AppData\Local\Android\sdk\tools\emulator.exe -avd foo -netspeed full -netdelay none
emulator: device fd:928
HAX is working and emulator runs in fast virt mode

我可以在任务管理器中看到模拟器,但它实际上并没有加载。

我一直在寻找它为什么无法加载的答案,并且我已确保所有 ram 设置都正确,但我不明白为什么模拟器无法加载。

谢谢

最佳答案

HAXM,英特尔 Android 虚拟化技术与 Hyper-V 不兼容。关闭 Hyper-V 并再次尝试。如果您安装了带有 Windows Phone 工具的 Visual Studio,通常会安装 Hyper-V。

或者从管理员命令提示符运行以下命令。 请注意,要获得管理员 cmd 提示,请右键单击 Windows 图标,单击命令提示符(管理员)。

要关闭 Hyper-V,请运行以下命令: bcdedit/set hypervisorlaunchtype 关闭 然后重启

要重新打开 Hyper-V,请运行以下命令: bcdedit/set hypervisorlaunchtype 自动 然后重启

您可以在服务菜单中关闭 Hyper-V(在搜索中键入“服务”),也可以使用服务菜单将其重新打开。即使可能没有必要,我仍然会在这样做后重新启动。

关于此的博文 - http://www.devfish.net/post/2015/08/18/error-x86-emulation-currently-requires-hardware-acceleration-android-on-windows.aspx

希利在坦帕

关于Android Studio 模拟器不加载 Windows 10,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31828561/

相关文章:

android - 如何为 MPAndroidChart BarChart 设置高度和宽度?

android-studio - 最小 sdk 9 的应用程序兼容版本

android - 为什么运行时无法识别 "res/values/strings.xml"中定义的字符串

android - 爱普生 ePOS 打印机不打印 - Android SDK

java - Android 上有没有办法检测触摸事件的来源?

android - ViewStub 重新膨胀在 onCreate 的第一次通过时膨胀的最后一个 View

android - 详尽搜索找不到任何内容 : Android emulator loads only emergency call app

java - 项目运行缓慢

java - Android Studio 4完整的离线设置

Android 应用程序在单击按钮后失败并停止