I\'m trying to make an Android 4.0 emulator. I\'ve tried this process on a fairly fast computer in both Linux and Windows(Phenom II X6 w/ 8G of RAM) and every time I get \"u
I had also same problem, I resolved,now you should reset your adb,
open the emulator and Goto DDMS mode -->click next button of Screen Capture(Drop Down)-->Reset.adb.
Or
Goto Run-->Cmd-->goto Path(platforms and tool in Android sdk)-->adb kill-server
2.1 Goto Run-->Cmd-->goto Path(platforms and tool in Android sdk)-->adb start-server
that's it,restart emulator am sure it will work..