Skip to content

Instantly share code, notes, and snippets.

@LordParsley
Last active November 25, 2019 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordParsley/beecf8ebd67b0353e4702ce2a4e17f91 to your computer and use it in GitHub Desktop.
Save LordParsley/beecf8ebd67b0353e4702ce2a4e17f91 to your computer and use it in GitHub Desktop.
Using ADB to capture an Android device screenshot (https://stackoverflow.com/a/37191719/1277350)
# ref https://stackoverflow.com/a/37191719/1277350
adb exec-out screencap -p > screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment