Sometimes, adb goes crazy on my Win7. If I open 'ddms' (to view logcat messages), I wont see any messages at all! If I look into the 'Command Window', I see the above exception being raised in it. Apparently, the work-around this is to do the following:
- Un-plug the USB cable.
- Kill the adb-server (adb kill-server)
- Start the adb-server (adb start-server)
- Plug in the USB
Hope this helps!
No comments:
Post a Comment