ADB not responding. If you'd like to retry, then please manually kill “adb.exe” and click 'Restart'

前端 未结 10 628
礼貌的吻别
礼貌的吻别 2020-12-15 22:05

I am a newbie and want to learn android. However, I face difficulties during installation of android studio.

I have installed android studio correctly but when I wan

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 22:31

    Here is what worked for me on Ubuntu: I simply removed the file /tmp/adb.log

    sudo rm /tmp/adb.log
    

    Hope it helped. Cheers.

提交回复
热议问题