adb push <LOCAL...> <REMOTE>

Copy local files/directories to device

Arguments

NameDescription
LOCALfilepaths
REMOTE

Options

NameDescription
--syncOnly push files that are newer on the host than the device
-nDry run: push files to device without storing to the filesystem
-z <ALGORITHM>Enable compression with a specified algorithm (any, none, brotli)
-ZDisable compression