我在模拟器4.0.3上工作,每当运行项目新的android模拟器启动时,以前的模拟器显示空白屏幕,即空闲与空白屏幕不起任何作用。会有什么问题呢?我该怎么解决它呢?
重置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下面显示的仿真器图像..

。
而且它非常慢..当我试图在模拟器中将设备内存大小从512增加到1024时,它对我不起作用。有人能帮我吗?
发布于 2012-08-17 14:17:06
擦除SD卡..。在任务管理器中终止adb进程并重新启动它,重新启动eclipse,然后尝试,它将
发布于 2012-05-15 11:42:13
Android 4.0.3模拟器有很少的bug和logcat。最好是创建一个新的仿真器并重新启动adb。我希望这能有所帮助。
发布于 2012-06-01 21:00:49
我也有同样的问题。我刚刚重新启动,即重新启动了Eclipse并重新创建了Android SDK。
它对我来说很好。希望它也能对你有所帮助。
https://stackoverflow.com/questions/10550118
复制相似问题