Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio ADB connection dropping wired attached device since 2.2 on Macintosh

All of these are new for me. It has to be one of them.

Android Studio 2.2 and Android 24.

Instant Run

Mac OS Sierra.

There doesn't seem to be any pattern. It occurs sometimes after 2 minutes, sometimes after 10.

I have three different devices, a 4.4, a 5.0 and a 6.0+. It's not the devices...it happens on all three. I've been using Studio on this Mac for well over a year, and have never seen this before.

like image 962
Bob Lissner Avatar asked Sep 26 '16 06:09

Bob Lissner


2 Answers

The fix for this issue has been included in Android SDK Platform-tools 24.0.4

like image 82
BrentM Avatar answered Nov 15 '22 14:11

BrentM


Please take a look to this link: https://code.google.com/p/android/issues/detail?id=223114 .

It is not a permanent solution, but since the problem is that ADB disconnects, it will reconnect again.

like image 31
TonyL Avatar answered Nov 15 '22 13:11

TonyL