adb_install_app
Install an APK file on an Android device using ADB, with options to reinstall existing apps and grant runtime permissions automatically.
Instructions
Install an APK file on the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPath | Yes | Path to the APK file | |
| deviceId | No | Target device ID (optional) | |
| reinstall | No | Reinstall the app if it exists | |
| grantPermissions | No | Grant all runtime permissions |