push_file
Transfer a local file to a connected Android emulator by providing the local path and the target remote path on the device.
Instructions
Copy a local file to the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial (e.g. emulator-5554). Optional when exactly one device is connected. | |
| local_path | Yes | ||
| remote_path | Yes | e.g. /sdcard/Download/file.txt |