2017/11/14 21:20 Unable to run 'adb': null 21:20 'E:\AndroidSDK\platform-tools\adb.exe start-server' failed -- run manually if necessary 21:20 error: cannot open transport registration socketpair: Invalid argument 21:20 This application has requested…
首先是今天想测试下应用,没有问题的话就进行下一步的操作来着,结果遇到这个问题, The connection to adb is down, and a severe error has occured. 网上找的一些解决方法: 1.在Eclipse中选择菜单“help->Check for update”,选择更新ADT. 按上面操作完成后,重启Eclipse! 2.在cmd中进入adb的根目录,键入adb kill-server,然后键入adb -startserver,再重启Eclipse…