Install App
android_install_appInstall an APK file on an Android device. Specify the APK path, optionally target a device and grant runtime permissions.
Instructions
Install an APK file on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). | |
| apkPath | Yes | Absolute path to the .apk file on this computer | |
| grantPermissions | No | Grant all runtime permissions at install time (useful for testing) |