install_app
Install an application on a device or simulator. For Android, deploy an APK; for iOS, a .app bundle. Specify platform and app path; optionally target a specific device.
Instructions
Install an app on a device or simulator. For Android, installs an APK. For iOS, installs an .app bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Target platform | |
| appPath | Yes | Path to the app artifact (APK for Android, .app bundle for iOS) | |
| deviceId | No | Device ID or name (optional, uses first running device if not specified) |