手机连接电脑使用adb命令,主要是有2种方式,其中最常见的就是第一种,用usb连线使用 1:adb usb - restarts the adbd daemon listening on USB adb usb就是通过USB数据线连接Android设备 2:adb tcpip -restarts the adbd daemon listening on TCP on the specified port adb tcpip则是通过TCPIP的方式连接Android设备(显然这种是无线连接,po
有需要使用adb命令连接调试平板的同学可以参考下(下面是android官方文档,有点老). http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623 1.android studio 里安装google usb driver,安装完重启Android studio即可. 2.进入电脑设备管理器查看是否安装成功:截图显示是已经安装ok的. 3.找到sdk安装目录,在Android studi