问题描述
最近,当我在几分钟后启动android仿真器,使CPU达到100%时,笔记本电脑的风扇开始旋转得很高,PC几秒钟变得无法使用,并且所有 Blue Screen
都弹出了出现以下消息:
Recently when I launch the android emulator after some minutes it makes the CPU 100%, the fan of laptop starts spinning very high, the PC become unusable for some seconds and after all the Blue Screen
pops out with the message:
Windows 10 x64
CPU Core i5 7300HQ
GPU NVidia GTX1050
RAM 12GB
SSD NVMe 250GB
Android Studio 3.0.1
Emulator API 25, 26, 27
即使在更新Android Emulator 27.0.2之后,该问题仍然存在.
EDIT 1: Even after Android Emulator 27.0.2 update the problem exists.
推荐答案
我有一个Asus GL553 VD,GTX 1050/i7/16GB/128GB SSD模拟器使我的生活陷入困境,有时它崩溃了TDR_VIDEO_FAILURE,而其他时候崩溃了,导致DRIVER_POWER_STATE_FAILURE.
I have an Asus GL553 VD, GTX 1050/i7/16GB/128GB SSDAnd the emulator is making my life a living hell, sometimes it crashed for TDR_VIDEO_FAILURE and other times for DRIVER_POWER_STATE_FAILURE.
我确实在另一个答案中发现您应该使用此命令运行仿真器
i did find in another answer that you should run the emulator with this command
emulator -avd avd_name -gpu mode
这篇关于模拟器导致Windows蓝屏DRIVER_POWER_STATE_FAILURE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!