adb sync [arg]
Sync a local build from $ANDROID_PRODUCT_OUT to the device (default all)
Arguments
Name | Description |
---|---|
arg |
Options
Name | Description |
---|---|
-n | Dry run: push files to device without storing to the filesystem |
-l | List files that would be copied, but don't copy them |
-z <ALGORITHM> | Enable compression with a specified algorithm (any, none, brotli) |
-Z | Disable compression |