adb_build_and_install
Compile an Android project into a debug APK and install it on a connected device in a single operation.
Instructions
Build a debug APK and install it on the connected device (convenience wrapper)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Android project root | |
| device | No | Device serial | |
| timeout | No | Build+install timeout in milliseconds (30s-30min, default 5min). V5 fix. |