install_apk
Deploy APK files to connected Android devices using ADB. Specify the APK path and optional device ID for multiple devices. Returns installation results.
Instructions
Install an APK on a connected device using ADB.
Args: apk_path: Path to the APK file to install device_id: Optional device ID for multiple connected devices
Returns: Dictionary with operation results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apk_path | Yes | ||
device_id | No |