adb_push_file
Transfer files from a local system to an Android device using specified local and remote paths. Device ID can optionally be included for targeted file transfers.
Instructions
Push a file from local system to device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) | |
localPath | Yes | Local file path | |
remotePath | Yes | Remote file path on device |