File Transfer
Overview
Section titled “Overview”Transfer files between your computer and an Android device. Push test data to the device or pull databases and logs for analysis.
Push Parameters
Section titled “Push Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
localPath | string | Yes | — | Absolute path to the local file |
remotePath | string | Yes | — | Destination path on the device |
deviceId | string | No | — | Target device serial |
Pull Parameters
Section titled “Pull Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
remotePath | string | Yes | — | Path on the device |
localPath | string | Yes | — | Local destination path |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Push test.json to /sdcard/Download/ on the device
Pull /sdcard/Download/log.txt from the device to ./debug/
Pull the database from /data/data/com.example.myapp/databases/app.db
Related Tools
Section titled “Related Tools”- Device Shell — Run commands on the device
- Device List — Find device serial numbers