android_install_app
Install APK files on Android devices or emulators, enabling app deployment for testing and development workflows.
Instructions
Install an APK on an Android device/emulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPath | Yes | Path to the APK file to install | |
| deviceId | No | Optional device ID. Uses first available device if not specified. | |
| replace | No | Replace existing app if already installed (default: true) | |
| grantPermissions | No | Grant all runtime permissions on install (default: false) |