adb_push_file
Push files from your computer to an Android device over ADB. Set local and remote paths, with optional device ID for targeted transfers.
Instructions
Push a file from local machine to the Android device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | No | Target device ID (optional) | |
| localPath | Yes | Local file path | |
| remotePath | Yes | Remote path on device |