Android Emulator gives blue screen of death

 ̄綄美尐妖づ 提交于 2019-12-08 00:44:10

问题


No matter which type of android virtual device I create from the Android SDK and AVD Manager, whenever I start it, my entire laptop just shuts down after getting the blue screen of death. I see this error in the Event system Log ("Driver VPCAppSv.sys has been blocked from loading.") but not sure if it's related to it or not.

Anyone have any ideas? I've installed again 3 times with no luck.


回答1:


It is probably conflict with some device. You should notice file that cause conflict (name of file that you see on blue screen). Next, check what this file do (for example of what driver is) and try to switch off this app/ hardware. I had the same problem. On blue screen I saw the file embda64.sys. I checked that this file is a part of driver of my PVR-TV USB device (external TV Tuner). After turning this device off in device manager, emulator started to work well.



来源:https://stackoverflow.com/questions/3550421/android-emulator-gives-blue-screen-of-death

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!