Android adb capture screenshot and video
The adb command line for taking a screenshot of the current screen on Android.
adb exec-out screencap -p > screen.png
The adb command line for stating to record a video of what’s on the Android device, and saves the recording to the current directory with filename example.mp4, press on Ctrl-C to stop the recording.
adb shell screenrecord ./example.mp4
Search within Codexpedia
Custom Search
Search the entire web
Custom Search
Related Posts