Dienstag, 7. Januar 2014

Screenrecording with KitKat

Here is a short introduction how to use the new feature:

  • connect your device
  • open command line 
  • go to adb directory (in AS: android-studio/sdk/platform-tools)
  • with the following command you cann see all available options:
    • adb shell screenrecord --help

  • recording a video:
    • adb shell screenrecord /sdcard/test.mp4
  • recording video with special size:
    • adb shell screenrecord /sdcard/test1.mp4 --size 1920x1080


Keine Kommentare:

Kommentar veröffentlichen