Push local file onto Android device

Uses adb to push a file from a local computer to an Android device.

Authored by: Hardik Trivedi
Brought to you by Warp, a free terminal reimagined to work like a modern app.
local_file
android_directory

Command
Copy
adb push 'local_file' '/data/local'
Tags