Search code examples
androidandroid-studioadb

ADB not responding. If you'd like to retry, then please manually kill "adb" and click 'Restart' in Ubuntu


I am facing this on my ubuntu(14.04) while running app. I am getting pop up with the message "ADB not responding. If you'd like to retry, then please manually kill "adb" and click 'Restart'". I have installed : sudo apt-get install lib32z1 lib32z1-dev lib32stdc++6 and i have also tried sudo adb kill-server and sudo adb start-server . I have already spent more then 4 hrs for this problem . How to fix this issue?


Solution

  • This worked for me in (Ubuntu 14.04):

    sudo apt-get install lib32z1 lib32z1-dev lib32stdc++6