15

I am working on emulator 4.0.3, whenever runs the project new android emulator gets started, and previous emulator show blank screens i.e become idle with blank screen doesn't work anything. What will be the problem? How shall I solve it?

got error while resetting adb

[2012-05-11 16:54:11 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-05-11 16:54:11 - Unexpected error while launching logcat. Try reselecting the device.] An existing connection was forcibly closed by the remote host
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:395)
at com.android.ddmlib.Device.executeShellCommand(Device.java:397)
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:102)
at java.lang.Thread.run(Unknown Source)

[2012-05-11 16:54:12 - DeviceMonitor] Connection attempts: 1

The emulator image shown below..

Valid XHTML.

and it is very slow.. when I tried to increase device ram size from 512 to 1024 in emulator it doesn't worked for me. Can anybody help me out?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Rahul Baradia
  • 11,802
  • 17
  • 73
  • 121

3 Answers3

3

Android 4.0.3 emulator has few bugs and also with the logcat. Its better you create a fresh emulator and restart the adb. I hope this may help

Arun
  • 1,658
  • 1
  • 14
  • 21
3

wipe the sdcard... & kill the adb process in task manager and restart it again, restart eclipse as well than try, it will

G M Ramesh
  • 3,420
  • 9
  • 37
  • 53
2

I was having same problem. I have just restarted i.e re-started Eclipse and recreated Android SDK.

It works fine for me. Hope it'll help for you too.

Alexander
  • 23,432
  • 11
  • 63
  • 73
Satyam
  • 1,672
  • 3
  • 20
  • 34