Skip to content Skip to sidebar Skip to footer

Android Adb Won't Start

I can't get the adb to run. From the dos line when I type adb I get 'error: write failure during connection. I'm running Motodev's eclipse (probably Ganymede or Galileo) on windows

Solution 1:

Try "adb kill-server"

Stop all Emulators, Eclipse and other processes that are using adb. Do a "ps -all" and check that no other adb processes are running.

Then try again. Let us know if you still face the same issue..

Solution 2:

make sure you don't have any other services that might interfere with it (like Droid Explorer) running. it took me almost a week to figure out that DroidExplorer was constantly over-riding adb..

Solution 3:

If still having problems you can uncheck BOTH MTP & PTP on the device then run adb devices from command line inside the Android SDK\platformtools directory. Allow the RSA fingerprint on the device if prompted. Should be good to go if adb devices shows device.

Post a Comment for "Android Adb Won't Start"