install_app
Install an APK from a local file path onto an Android device. Use it to deploy a build you want to test directly onto a connected emulator or physical device.
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. |