Skip to content

Instantly share code, notes, and snippets.

@danbucholtz
Last active April 25, 2016 18:44
Show Gist options
  • Save danbucholtz/e0089293001ec73a64ad to your computer and use it in GitHub Desktop.
Save danbucholtz/e0089293001ec73a64ad to your computer and use it in GitHub Desktop.
Record Android Device Screen (for development)

To start recording:

adb shell screenrecord sdcard/my-cool-video.mp4

To view the recording on computer

adb pull sdcard/my-cool-video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment