I am having a problem with the Android emulator as described @
https://stackoverflow.com/questions/3986202/exception-after-starting-emulator-ddms-null
Can someone help me?
Here is a fragment of the url:
After starting the emulator or AVD in the eclipse console window, I see:
[2010-10-21 14:03:46 - ddms] An exception during action from the Selector. [2010-10-21 14:03:46 - ddms] null java.lang.NullPointerException on com.android.ddmlib.Debugger.accept (Debugger.java:151) in com.android.ddmlib.Debugger.accept (Debugger. java: 125) in com.android.ddmlib.MonitorThread.acceptNewDebugger (MonitorThread.java:481) in com.android.ddmlib.MonitorThread.processDebuggerActivity (MonitorThread.java:455) in com.android.ddmlib.MonitorThread.run (MonitorThread .java: 266)
A message is continuously printed and my system is almost hanging. Can anyone help?
source
share