adb push <LOCAL...> <REMOTE>
Copy local files/directories to device
Arguments
Name | Description |
---|---|
LOCAL | filepaths |
REMOTE |
Options
Name | Description |
---|---|
--sync | Only push files that are newer on the host than the device |
-n | Dry run: push files to device without storing to the filesystem |
-z <ALGORITHM> | Enable compression with a specified algorithm (any, none, brotli) |
-Z | Disable compression |