Android Studio 2.2 空白 AVD 和 VCPU 关闭请求
Android Studio 2.2 blank AVD & VCPU Shutdown request
我正在使用 Android Studio 2.2,当我尝试对 hello world 程序进行试用 运行 时,我得到了空白屏幕的 AVD。此外,log.I 中的 VCPU shutdown request
在很长一段时间(超过 30 分钟)后没有出现任何 android 欢迎屏幕。 RAM 性能没有问题,我已经有 16gb。所有组件都已从 SDK
正确安装。你能帮我解决这个问题吗?请在下面找到 Blank AVD AS2.2
的图像
错误日志:
C:\Users\hp\AppData\Local\Android\Sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_24
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
emulator: emulator window was out of view and was recentered
VCPU shutdown request
EAX=00748cea EBX=3ffadb60 ECX=00000000 EDX=00000000
VCPU shutdown request
使用 HAXM 6.0.5 检查后更新
添加:Intel HAXM 6.0.5 不兼容 windows 截图:
Intel HAXM 6.0.5 not compatible with windows screenshot
处理同样的问题。与第 7 代处理器上的 haxm 有关,因为 arm 图像有效。
更新: 已确认是 Kaby Lake 上的 HAXM 问题,在我们从 Intel 获得 HAXM 更新之前我们无能为力。此阶段的最佳解决方法是使用物理设备或创建 Linux 分区。我还没有在第 7 代处理器上测试过 genymotion...有人可以确认它是否有效吗?
我只是想告诉大家,我的新 Windows 10 电脑也遇到了同样的问题。如何将开关 -accel off -verbose 添加到 x86/x64 图像? 运行 ARM 映像非常慢。
请使用为我解决的 6.0.5 HAXM。我有 i7 和 6.0.4
的类似问题
我正在使用 Android Studio 2.2,当我尝试对 hello world 程序进行试用 运行 时,我得到了空白屏幕的 AVD。此外,log.I 中的 VCPU shutdown request
在很长一段时间(超过 30 分钟)后没有出现任何 android 欢迎屏幕。 RAM 性能没有问题,我已经有 16gb。所有组件都已从 SDK
正确安装。你能帮我解决这个问题吗?请在下面找到 Blank AVD AS2.2
错误日志:
C:\Users\hp\AppData\Local\Android\Sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_24
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
emulator: emulator window was out of view and was recentered
VCPU shutdown request
EAX=00748cea EBX=3ffadb60 ECX=00000000 EDX=00000000
VCPU shutdown request
使用 HAXM 6.0.5 检查后更新
添加:Intel HAXM 6.0.5 不兼容 windows 截图:
Intel HAXM 6.0.5 not compatible with windows screenshot
处理同样的问题。与第 7 代处理器上的 haxm 有关,因为 arm 图像有效。
更新: 已确认是 Kaby Lake 上的 HAXM 问题,在我们从 Intel 获得 HAXM 更新之前我们无能为力。此阶段的最佳解决方法是使用物理设备或创建 Linux 分区。我还没有在第 7 代处理器上测试过 genymotion...有人可以确认它是否有效吗?
我只是想告诉大家,我的新 Windows 10 电脑也遇到了同样的问题。如何将开关 -accel off -verbose 添加到 x86/x64 图像? 运行 ARM 映像非常慢。
请使用为我解决的 6.0.5 HAXM。我有 i7 和 6.0.4
的类似问题