Skip to content

Instantly share code, notes, and snippets.

@infindex
Created November 7, 2013 00:59
Show Gist options
  • Select an option

  • Save infindex/7347111 to your computer and use it in GitHub Desktop.

Select an option

Save infindex/7347111 to your computer and use it in GitHub Desktop.
android screenshot using adb
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment