adb_install
Install an Android APK from a local file path on a specified device, with options to replace existing app or allow version downgrade.
Instructions
Install an APK on the device. Provide the full local path to the APK file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPath | Yes | Local filesystem path to the APK file | |
| device | No | Device serial | |
| replace | No | Replace existing app (-r flag) | |
| downgrade | No | Allow version downgrade (-d flag) |