install_app
Deploy an Android build for testing by installing an APK from a local file path onto a connected device. Reinstalls the app if already present.
Instructions
Install (or reinstall, -r) an APK from a local file path onto the device. Use to deploy a build you want to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| apk_path | Yes | Local filesystem path to the .apk to install. |