adb - Android Debug Bridge

adb - Android Debug Bridge 可以从windows连接到板子进行上传文件,下载文件,登录到板子上调试文件。

支持的命令如下:

adb devices

adb push C:\\a.txt /home/root/

adb pull /home/root/a.txt

adb shell

你可能感兴趣的:(adb)