pull_file
Copy a file from an Android emulator to your local machine using adb. Retrieve remote device files directly to a specified local path.
Instructions
Copy a file from the device to the local machine
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 |