标签:
adb kill-server adb start-server
The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located at ‘adb.exe‘ and can be executed.
ADB server didn‘t ACK * failed to start daemon *
Adb failed to restart! Make sure the plugin is properly configured
** Adb connection Error:远程主机强迫关闭了一个现有的连接
java.io.IOException: 您的主机中的软件中止了一个已建立的连接。 at sun.nio.ch.SocketDispatcher.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(Unknown Source) at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at sun.nio.ch.IOUtil.write(Unknown Source) at sun.nio.ch.SocketChannelImpl.write(Unknown Source) at com.android.ddmlib.JdwpPacket.writeAndConsume(JdwpPacket.java:213) at com.android.ddmlib.Client.sendAndConsume(Client.java:575) at com.android.ddmlib.HandleHeap.sendREAQ(HandleHeap.java:348) at com.android.ddmlib.Client.requestAllocationStatus(Client.java:421) at com.android.ddmlib.DeviceMonitor.createClient(DeviceMonitor.java:854) at com.android.ddmlib.DeviceMonitor.openClient(DeviceMonitor.java:822) at com.android.ddmlib.DeviceMonitor.processIncomingJdwpData(DeviceMonitor.java:781) at com.android.ddmlib.DeviceMonitor.deviceClientMonitorLoop(DeviceMonitor.java:649) at com.android.ddmlib.DeviceMonitor.access$100(DeviceMonitor.java:42) at com.android.ddmlib.DeviceMonitor$3.run(DeviceMonitor.java:577)
Failed to install .apk on device ‘‘: Unable to open sync connection! java.io.IOException: Unable to open sync connection! Launch canceled!
ADB rejected shell command (rm /data/local/.apk): closed Error during Sync: Unable to open sync connection! Error during Sync: Unable to open sync connection! Adb connection Error:远程主机强迫关闭了一个现有的连接。 Connection attempts: 1 Connection attempts: 2 Connection attempts: 3
Failed to install .apk on device : Too many open files com.android.ddmlib.SyncException: Too many open files Launch failed on device:
Failed to install .apk on device ‘‘: closed com.android.ddmlib.InstallException: closed Launch failed on device:
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE Please check logcat output for more details. Launch failed on device:
Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE Please check logcat output for more details. Launch failed on device:
Android Launch! Connection with adb was interrupted. 0 attempts have been made to reconnect. You may want to manually restart adb from the Devices view.
Unexpected error while launching logcat. Try reselecting the device.] closed com.android.ddmlib.AdbCommandRejectedException: closed at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:381) at com.android.ddmlib.Device.executeShellCommand(Device.java:462) at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:109) at java.lang.Thread.run(Unknown Source)
adb server is out of date. killing... * daemon started successfully * error: device offline
D:\>adb version Android Debug Bridge version 1.0.29
D:\>adb version Android Debug Bridge version 1.0.31
标签:
原文地址:http://www.cnblogs.com/future007/p/5721044.html