Last active
November 25, 2019 12:48
-
-
Save LordParsley/beecf8ebd67b0353e4702ce2a4e17f91 to your computer and use it in GitHub Desktop.
Using ADB to capture an Android device screenshot (https://stackoverflow.com/a/37191719/1277350)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ref https://stackoverflow.com/a/37191719/1277350 | |
adb exec-out screencap -p > screen.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment