LoginSignup
106
93

More than 5 years have passed since last update.

adb 経由の screenshot の取り方

Posted at

はじめに

Android でスクリーンショットが欲しいので取り方調べたよ。

スクリーンショット取り方

元ネタは http://blog.shvetsov.com/2013/02/grab-android-screenshot-to-computer-via.html
トップに表示されている画面をキャプチャしてくれるよ。

adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png

おわりに

adb って色々出来るね。

106
93
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
106
93