Lately I’ve been really frustrated with this message. I don’t know when it has started to pop up, but every time I’m in the middle of important debugging, and want to restart the app I get this message when starting the app:
USB device not found
I’ve read bunch of blogs and stackoverflow questions and answers but nothing helped. Then I tried one very simple trick:
adb kill-server adb devices
After that I’ve got this response:
* daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached 37329B0B96FD00EC device
After that intellij worked without problems.