Install Android APK
mobile_app_installInstall a local APK on an Android device via ADB, with a bounded timeout and structured result for clear feedback.
Instructions
Install one local APK with a bounded timeout and structured ADB result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| serial | Yes | Exact ADB serial from mobile_devices_list; never inferred when multiple devices exist | |
| replace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| device | Yes | ||
| backend | Yes | ||
| display | No | ||
| warnings | Yes | ||
| durationMs | Yes | ||
| operationId | Yes | ||
| schemaVersion | Yes |