Reputation: 806
When i'm using Android Studio for hours (6-7) after a while the ADB becomes unstable. I mean it crashes random over and over again. It's frustrating that my Nexus 7 is disconnected every time adb crash.
It occurs every time when i'm using for hours. I tried with
adb kill-server
and then adb start-server
// failsFinally it always become unusable like this: https://i.sstatic.net/Q2oxB.gif
As much as I can figure out only a system restart solves the problem but I think this isn't the proper solution for the problem.
Anyone suffers the same problem? How can I solve this without system restart?
Upvotes: 2
Views: 6378
Reputation: 189
EDIT: Make sure to switch between USB 3.0 and USB 2.0.
Source: https://android.stackexchange.com/questions/12491/adb-constantly-disconnects-shows-device-offline
Upvotes: 1