Android : 4.0.3 emulator closed automatically after some time

android, android-emulator, android-virtual-device, eclipse

Solution

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

Problem

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.. . 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?

Original source

Related problems