install_apk
Install APK files on Android devices using ADB commands. Specify the local APK file path and optional device ID to deploy applications to connected devices.
Instructions
Install an APK file on the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | Local path to the APK file | |
| device_id | No | Device ID (optional if only one device) |