Skip to content

rbm adb pull

inazaruk edited this page Jan 19, 2012 · 8 revisions

rbm-adb-pull

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.


Prototype

<rbm-adb-pull remote="${device.file.path}" local="${host.file.path}" />

Attributes

  • remote - required, path to file on device/emulator
  • host - required, path to file on host

Examples

<rbm-adb-pull remote="${device.file.path}" local="${host.file.path}" />

Go to home | documentation | ant tasks

Clone this wiki locally