You should first try stopping adb and then restarting it.
Use this command:
adb kill-server
followed by:
adb start-server
本文介绍了解决ADB服务出现停止响应或异常情况的方法。通过使用adb kill-server命令来终止当前的ADB服务,然后使用adb start-server命令重启服务,以此来解决ADB服务的问题。
|
1
|
You should first try stopping adb and then restarting it. Use this command:
followed by:
|
|
1
|
You should first try stopping adb and then restarting it. Use this command:
followed by:
|
1109
724
5203
858

被折叠的 条评论
为什么被折叠?