Android Device is Offline but Connected for USB Debugging


Sometimes while you develop Android application you need to test the application in the Android Device. In this post we would see one of the issues related to Android device connection.

The Problem

You had already turned on the “USB Debugging” in your Android device. You have connected the device to PC, and then you are debugging your Android application using Eclipse or Visual Studio. But your Android device is not responding.

Also you are not provided with any error.

I had the same issue and after a detail investigation; I found that the device is offline.

As you see in the above image the Android device is offline.

The Solution

First of all, disconnect your device from the PC.

Turn Off “USB Debugging”.

Now turn on “USB Debugging”.

Now Connect your Android device and you would be back to connected state.

Hope you like this post and helped you.

Thanks for reading, for more updates like in Facebook page.

Â