- 命令:
adb push
- 语法:
adb push local remote
其中local指电脑上的文件路径,remote指所传文件到手机上的路径 - :将电脑桌面上的test.txt文件传输至手机的sdcard根目录下
adb push /Users/jx/Desktop/test.txt /sdcard
参考链接:adb官网
adb push
adb push local remote
其中local指电脑上的文件路径,remote指所传文件到手机上的路径adb push /Users/jx/Desktop/test.txt /sdcard
参考链接:adb官网