Screenshots are very useful during App development as they are useful means of communicated what should be changed or how it should be changed. Marking them up helps Developers and Designers to communicate effectively between them. The command below captures a screen on an Android device and saves it on the laptop/desktop in the file called ‘file.png’.
$ adb exec-out screencap -p > file.png
