adb install-multiple <PACKAGE...>
Push multiple APKs to the device for a single package and install them
Arguments
Name | Description |
---|
PACKAGE | filepaths |
Options
Name | Description |
---|
-p | Partial application install (install-multiple only) |
-l | Forward-lock the app |
-r | Replace existing application |
-t | Allow test packages |
-d | Allow version code downgrade (debuggable packages only) |
-s | Install on SD card instead of internal storage |
-g | Grant all runtime permissions |
--abi <ABI> | Override platform's default ABI |
--instant | Cause the app to be installed as an ephemeral install app |
--no-streaming | Always push APK to device and invoke Package Manager as separate steps |
--streaming | Force streaming APK directly into Package Manager |
--fastdeploy | Use fast deploy |
--no-fastdeploy | Prevent use of fast deploy |
--force-agent | Force update of deployment agent when using fast deploy |
--date-check-agent | Update deployment agent when local version is newer and using fast deploy |
--version-check-agent | Update deployment agent when local version has different version code and using fast deploy |
--local-agent | Locate agent files from local source build (instead of SDK location) |