-
Notifications
You must be signed in to change notification settings - Fork 0
rbm adb push
inazaruk edited this page Jan 19, 2012
·
7 revisions
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.
<rbm-adb-push local="${host.file.path}" remote="${device.file.path}" />-
local- required, path to file on host -
remote- required, path to file on device/emulator.
<rbm-adb-push local="${host.file.path}" remote="${device.file.path}" />Go to home | documentation | ant tasks