adb_install
Install Android APK files on connected devices. Specify the local APK path with options to replace existing app or allow 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) |