ADB Not Responding in Intellij IDEA

by GarciaPL on Sunday 21 December 2014

When you get this message - "ADB not responding. You can wait more or kill adb ..." just use this command :

fuser 5037/tcp

and after executing that command you will receive some PID (if your adb is still running) :

sudo kill -9 PID