Can't run app on my phone for testing: Adb connection Error:An existing connection was forcibly closed by the remote host

android

Solution

Found the solution to my own problem after much troubleshooting.

Just go to Device Manager and under the Action tab, click on Update Driver Software and it will automatically fix the problem for you by adding "Android USB Devices" to your Device Manager.

Problem

I am trying to run an app that I made on my phone to test, but my device does not come up in the Devices tab in DDMS. Below is the error I get when I "Reset adb" in DDMS for android in eclipse. I've googled this error and issue for hours but none of the solutions have worked for me like resetting the adb and killing the processes. I don't know if this matters, but I am using a HTC One. The error is: ``` [2013-11-22 01:59:03 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host [2013-11-22 01:59:04 - DeviceMonitor] Connection attempts: 1 ``` Please help!

Original source

Related problems