app_install
Install an APK file on an Android device from your host machine, simplifying application deployment.
Instructions
Install an APK file on the device from the host machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial number | |
| apkPath | Yes | Absolute path to the APK file on the host machine |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Install result or error output from adb | |
| success | Yes | Whether the APK installed successfully |