Skip to content

Instantly share code, notes, and snippets.

@guangtuan
Last active April 4, 2018 04:04
Show Gist options
  • Save guangtuan/74ccdaba1e4925c90c72ce5abec8607f to your computer and use it in GitHub Desktop.
Save guangtuan/74ccdaba1e4925c90c72ce5abec8607f to your computer and use it in GitHub Desktop.
windows adb screenshoot
adb shell screencap -p /mnt/sdcard/output.png
adb pull /mnt/sdcard/output.png E:workspace\output.png
adb shell rm /mnt/sdcard/output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment