I'm using Eclipse Juno with ADT to develop android applications and eclipse is showing the following error every minute:
[2013-04-03 17:59:46 - ddms] null
java.nio.BufferOverflowException
at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:182)
at com.android.ddmlib.JdwpPacket.movePacket(JdwpPacket.java:235)
at com.android.ddmlib.Debugger.sendAndConsume(Debugger.java:347)
at com.android.ddmlib.Client.forwardPacketToDebugger(Client.java:628)
at com.android.ddmlib.MonitorThread.processClientActivity(MonitorThread.java:344)
at com.android.ddmlib.MonitorThread.run(MonitorThread.java:263)
When this message pops, eclipse open a terminal and it overlaps my available code edit area.
How to fix it? Stop eclipse to show this message is also useful.