ADB Error Device Still Connecting Issue Fix

By Rashid •  September 9th, 2018 • 

If you’re developing an Android app and testing on your real device using your USB data cable then chances are high that you met with this ADB Error. Following are the fixes for ADB Error device still connecting issue.

Try any of the fixes below to tackle with this ADB Error.

  1. Remove cable from your PC and replug again. It seems pretty basic but sometimes this will fix this ADB error.
  2. Navigate to the folder where your ADB.exe is located and open up the command prompt and use the following commands:

adb kill-server

adb start-server

These two commands are used to stop and start ADB server in your PC.

3. If the issue still persists, turn off the developer options of your mobile device and turn on it again. Don’t forget to enable USB debugging too.

I hope these fixes will help you to tackle device is connecting error.

Rashid

Keep Reading