User Tools

Site Tools


android:screenrecord

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/pages/android/screenrecord.txt · Last modified: 2016/05/05 13:07 by 127.0.0.1