Install app
install_appInstalls an APK on an Android device or emulator using adb install -r. Specify the APK path and optionally a device serial to deploy builds directly for testing.
Instructions
Install an APK on a device/emulator (adb install -r).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial (defaults to session or the only device) | |
| apkPath | Yes | Path to the APK (from build_app / get_apk_path) |