Skip to content

Instantly share code, notes, and snippets.

@elpsk
Created October 5, 2018 10:05
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 elpsk/8f2bc2331f1da0418153fb980c572916 to your computer and use it in GitHub Desktop.
Save elpsk/8f2bc2331f1da0418153fb980c572916 to your computer and use it in GitHub Desktop.
Take a screenshot from Android connected device and save to macOS Desktop
$ adb shell screencap -p /sdcard/screencap.png
$ adb pull /sdcard/screencap.png /Users/pippo/Desktop/test.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment