Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android : 4.0.3 emulator closed automatically after some time

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?

like image 744
Rahul Baradia Avatar asked May 11 '12 11:05

Rahul Baradia


People also ask

How do I fix my Android emulator?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

How do I close an emulator in terminal?

adb kill-server will kill all emulators and restart the server clean.


1 Answers

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

like image 154
G M Ramesh Avatar answered Oct 06 '22 23:10

G M Ramesh