User Tools

Site Tools


android:screenrecord

This is an old revision of the document!


Android Screen Record

So it is easy to record the screen on Android Kitkat(4.4+) with the following command

adb shell screenrecord /sdcard/demo.mp4

And then you can share it or pull it out:

adb pull /sdcard/demo.mp4 .
/var/www/dokuwiki/wiki/data/attic/android/screenrecord.1407074373.txt.gz · Last modified: 2016/05/05 13:06 (external edit)