Skip to content

rbm adb push

inazaruk edited this page Jan 19, 2012 · 7 revisions

rbm-adb-push

Go to home | documentation | ant tasks

This task mimics how adb push works. User must specify local file and remote file paths. Task will copy the file from host to device.


Prototype

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

Attributes

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

Examples

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

Go to home | documentation | ant tasks

Clone this wiki locally