I am experiencing a problem with android emulator as described @
https://stackoverflow.com/questions/3986202/exception-after-starting-emulator-ddms-null
Can someone help me ??
Here is snippet of the URL:
After I start the emulator or AVD, in the eclipse Console window I see:
[2010-10-21 14:03:46 – ddms]Exception
during activity from Selector.
[2010-10-21 14:03:46 – ddms]null
java.lang.NullPointerException at
com.android.ddmlib.Debugger.accept(Debugger.java:151)
at
com.android.ddmlib.Debugger.accept(Debugger.java:125)
at
com.android.ddmlib.MonitorThread.acceptNewDebugger(MonitorThread.java:481)
at
com.android.ddmlib.MonitorThread.processDebuggerActivity(MonitorThread.java:455)
at
com.android.ddmlib.MonitorThread.run(MonitorThread.java:266)
The message is continuously printed and my system nearly hangs. Can someone help ?
I saw the following message in this conversation in the Android Developers Google Group: