最近由于工作需要将三星T700平板从5.0升级到了6.0,打算用tcpdump抓包的时候,每次输入adb命令都会出现
adb server is out of date. killing...
* daemon started successfully *
解决方案:
使用 where adb 命令
C:\Windows\adb.exe
D:\SoftWare\ProgramSoftWare\android-sdk-windows\platform-tools\adb.exe
这里输出两句话,可见有两个adb.exe,是否跟这个有关系呢,我们把C盘的adb备份,然后删除,再次输入adb命令,发现已经没有上头那两句提示了 。