问题
I don't know English but I will try to explain.
I use last version Android SDK, run from AVD Manager emulator intel x86 with intel HAXM and it work Fine, but when I Enable host GPU then windows 7 crash BSOD
This happen on Windows 7 x32 and x64. I update all drivers and update BIOS, but this not help. Intel Virtualization Technology enabled in BIOS. My notebook: HP ProBook 4530s, core i3-2330m, amd radeon HD 6490M, 4gb ram
May anyone know how to solve this problem?
On my desktope pc emulator x86 with HAXM and host GPU enable work fine. I read somewhere that trouble because of notebook have 2 GPU discrete and integrated...
BSOD screen: http://postimg.org/image/805pl14jx/
回答1:
This problem happen ONLY when PC out from sleep mode! Need reboot pc if it was in sleep mode!
回答2:
I've been experienced this on my machine running Windows 10 (Macbook pro bootcamp). But after a lot of googeling I've found the solution on a medium post.
The solution consists in restarting the Intel HAXM service to restore its state as it is before running any virtual machine after starting a fresh Windows session.
Open a command prompt with administrator rights and run the following:
tasklist | findstr "qemu" >nul || net stop "IntelHaxm" >nul && net start "IntelHaxm" >nul
You should now be able to start the emulator without getting any bluescreen. You could also create a batch file that runs as a service.
Source: https://medium.com/@andrea.bresolin/windows-10-on-mac-with-boot-camp-making-intel-haxm-work-without-crashing-the-system-39555854f815
回答3:
Check your BIOS for Intel virtualization technology and enable it if it's available. Then install necessary drivers from sdk manager.
来源:https://stackoverflow.com/questions/17763287/android-emulator-x86-haxm-gpu-windows-7-crash-bsod