adb not responding. if you'd like to retry then please manually kill adb.exe and click 'restart' 解决办

来源:互联网 发布:九思软件 编辑:程序博客网 时间:2024/04/29 13:27


1down vote

You should first try stopping adb and then restarting it.

Use this command:

adb kill-server

followed by:

adb start-server
1down vote

You should first try stopping adb and then restarting it.

Use this command:

adb kill-server

followed by:

adb start-server
0 0
原创粉丝点击