Answers for "adb screenshot windows dont support"

2

adb shell screenshot

adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
Posted by: Guest on May-14-2020
3

screenshot adb

adb exec-out screencap -p > screen.png
Posted by: Guest on July-25-2020

Browse Popular Code Answers by Language