Screenshots of Emulated Android Devices
Heads up: It takes only a few lines of bash code to take screenshots of emulated Android devices. As I have recently been developing apps with Angular2 and Ionic2 I had the need to create screenshots of the current work-in-progress of the app. The paid version of the Genymotion emulator supports creating screenshots out of the box, but there is an even better way to create them. The following code snippet captures screenshots in Genymotion, but also applies to capturing screenshots with Android SDK/Studio.
Read more