GarciaPL Notes - Java and Others
Most sophisticated informations and issues related with widely known IT sector and many more ;-)
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
‹
›
Home
View web version
No comments:
Post a Comment