adb server is out of date.killing...

it2022-05-09  64

原因:端口被占用

检测:adb nodaemon server,显示 cannot bind 'tcp:5037' 则说明端口被占用

解决办法:lsof -i tcp:5037 查看占用5037端口的进程,kill 掉该进程即可

解决方法:

启动Genymotion Shell,输入devices list查看启动的设备列表在shell中输入adb connect 192.168.56.101连接成功后,即可通过adb install foo.apk进行安装

几个命令:

adb kill-server: kill the serveradb devices: show devices list

转载于:https://www.cnblogs.com/maozhige/p/4112266.html

相关资源:数据结构—成绩单生成器

最新回复(0)