install_app
Install an APK file from your computer onto a connected Android device or emulator, with options to reinstall and keep data or allow downgrades.
Instructions
Install an APK from the host machine onto the connected device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| apkPath | Yes | Absolute file path to the APK file on the host machine | |
| reinstall | No | Reinstall and keep existing app data (-r flag) | |
| allowDowngrade | No | Allow version code downgrade (-d flag) |