Sunday, 21 December 2014

ADB Not Responding in Intellij IDEA

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

No comments:

Post a Comment