Skip to content

Instantly share code, notes, and snippets.

@matteocrippa
Created January 31, 2025 08:41
Show Gist options
  • Save matteocrippa/f055b1af48d2b62dc543d302fadb3bf8 to your computer and use it in GitHub Desktop.
Save matteocrippa/f055b1af48d2b62dc543d302fadb3bf8 to your computer and use it in GitHub Desktop.
Android adb screenshot & recording

A list of quick commands to take screenshot, share video or record for Android

Screenshot

adb exec-out screencap -p > screen.png

Video

You need to install first scrcpy

brew install scrcpy

View on screen (eg. screenshare)

scrcpy

Record on a file

scrcpy --no-audio --record=file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment