本文介绍了机器人:递归复制与亚行推的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我觉得亚行的推动是基于文件的。我希望能够推动整个文件夹。有没有一种简单的方法没有脚本?
I think adb's push is file-based.I want to be able to push entire folders.Is there an easy way without scripting?
谢谢!
编辑:我需要的子文件夹的工作。
I need to work with sub-folders.
编辑:看来,亚洲开发银行拉是递归的,但推不。因此,因此,我改变了标题和描述。
Seems that adb pull is recursive but push is not.So I changed the title and description accordingly.
推荐答案
试试这个(子文件夹的工作):亚行推mySourceFolder /。 myDestAndroidFolder
UPD:空文件夹不复制到Android设备
Try this (worked with subfolders): adb push mySourceFolder/. myDestAndroidFolder
UPD: empty folders do not copy to android device.
这篇关于机器人:递归复制与亚行推的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!