adb_install_bundle
Install an Android app bundle by installing multiple split APK files (base + config splits) on a device via ADB.
Instructions
Install multiple APK splits (app bundle) on the device using install-multiple. Provide all split APK files — base APK plus config splits (language, density, ABI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPaths | Yes | Array of local paths to split APK files (base + config splits) | |
| device | No | Device serial | |
| replace | No | Replace existing app (-r) | |
| allowDowngrade | No | Allow version downgrade (-d) |