install_app
Install an Android or iOS app from a built binary or project directory. Supports native, KMP, React Native, and Flutter projects.
Instructions
Install an app on Android or iOS. Accepts a built binary (apk/.ipa/.app) or a project directory to build then install. platform and projectType are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appPath | Yes | Path to APK, .app, .ipa, or project directory | |
| deviceId | No | Device UDID (iOS) or Serial (Android). Defaults to booted/connected. | |
| platform | Yes | Platform to install to (required). | |
| projectType | Yes | Project type to guide build/install tool selection (required). |