-
Notifications
You must be signed in to change notification settings - Fork 0
rbm adb pull
inazaruk edited this page Jan 19, 2012
·
8 revisions
Go to home | documentation | ant tasks
This task mimics how adb pull works. User must specify remote file path and local file path and task will copy file from device to host.
<rbm-adb-pull remote="${device.file.path}" local="${host.file.path}" />-
remote- required, path to file on device/emulator -
host- required, path to file on host
<rbm-adb-pull remote="${device.file.path}" local="${host.file.path}" />Go to home | documentation | ant tasks