I'm trying to capture my android emulator screen using ADB commands, but when I execute the command nothing happens, no error and no image, this is the command I'm running:
adb exec-out screencap -p /sdcard/Pictures/test.png
I tried to use "adb shell....", but it is too slow for me.
Do I need something to run the "exec-out"? Or am I doing something wrong?