android-emulator

how to take screenshot in coordinates using adb

how to take screenshot in coordinates using adb Question: I am testing android adb to screen capture. Then I can take a full screen shot, now I want to capture the coordinates. I use the following command line: adb shell screencap -p -d 0 /sdcard/test.png With this command line, I captured the full screen. After …

Total answers: 1