欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

adb 的常见问题与处理办法两三

程序员文章站 2022-07-05 17:04:57
问题1:无法安装手机驱动, 解决方法:安装强大的豌豆荚,通常能都能解决问题 问题2: adb devices 时出现 adb devicesadb server is out of date. killing... ADB server didn't ACK* failed to start dae ......

问题1:无法安装手机驱动,

解决方法:安装强大的豌豆荚,通常能都能解决问题

问题2: 

adb devices 时出现

adb devicesadb server is out of date.  killing...

ADB server didn't ACK*

failed to start daemon *error: unknown host service

问题原因:通常是端口5037被占用

解决办法:关闭占用端口的软件

          1:确认端口是否被占用

    c:\adb nodaemon server
    cannot bind 'tcp:5037'

    2:找元凶

    C:\netstat -ano | findstr "5037"
     TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       1234

       C:\Users\lizy>tasklist | findstr 1234"
      PPPAdbServer.exe                      1234 Console                    1     3,071 K

    ok 关闭PPPAdbServer.exe 即可

问题三: adb devices 后 List of devices attached 空

原因及解决方法:多半是adb版本不正确,多尝试几个版本试试,现在较新版本是 1.0.39