Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning: debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse . ANDROID STUDIO [duplicate]

I am trying to debug an app with Intellij 13.0 on Windows 7. Whenever I start debugging I get the following warning:

Warning: debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse"

I have tested it on a device and in the emulator. The only thing I have open is Intellij. I tried also with closing adb before I start debugging, but nothing changed.

like image 515
BHuelse Avatar asked Nov 23 '22 04:11

BHuelse


1 Answers

For me this situation occured when device was connected via usb and adb tcpip was enabled (ADB in Wi-Fi mode).

Just run command adb usb with connected device and try to debug again.

like image 126
Levor Avatar answered Jun 26 '23 23:06

Levor