adb install-multi-package <PACKAGE...>

Push one or more packages to the device and install them atomically

Arguments

NameDescription
PACKAGEfilepaths

Options

NameDescription
-pPartial application install (install-multiple only)
-lForward-lock the app
-rReplace existing application
-tAllow test packages
-dAllow version code downgrade (debuggable packages only)
-sInstall on SD card instead of internal storage
-gGrant all runtime permissions
--abi <ABI>Override platform's default ABI
--instantCause the app to be installed as an ephemeral install app
--no-streamingAlways push APK to device and invoke Package Manager as separate steps
--streamingForce streaming APK directly into Package Manager
--fastdeployUse fast deploy
--no-fastdeployPrevent use of fast deploy
--force-agentForce update of deployment agent when using fast deploy
--date-check-agentUpdate deployment agent when local version is newer and using fast deploy
--version-check-agentUpdate deployment agent when local version has different version code and using fast deploy
--local-agentLocate agent files from local source build (instead of SDK location)