Skip to content

Instantly share code, notes, and snippets.

@Ry0
Created February 14, 2016 17:35
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 Ry0/7bd2202470dc28aae5d6 to your computer and use it in GitHub Desktop.
Save Ry0/7bd2202470dc28aae5d6 to your computer and use it in GitHub Desktop.
adbを使ってAndroidの画面録画 Ubuntu

インストール

sudo apt-get install android-tools-adb

録画準備

端末のUSBデバッグをオン.
接続確認.

adb devices

録画

adb shell screenrecord /sdcard/screen.mp4 #録画.ctrl+Cでストップ
adb pull /sdcard/screen.mp4 # PCに持ってくる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment