问题
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