Null ddms exception after emulator start

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?

+3
source share
1 answer

I saw the following message on the Android developer website:

"This can happen when a process terminates on a device and ddms attempts to close its connection with it.

You can safely ignore this exception, it is purely on the ddms side, and does not affect your processes running on the device.

The fix has already been implemented and will be part of the next version.

http://groups.google.com/group/android-developers/browse_thread/thread/73c6ec0b94e6de66

Pinhassi.

+2
source

All Articles