录制Android 手机操作视频

adb shell screenrecord /sdcard/demo.mp4

 

Steps:

1. Connect Android devices to computer with USB cable.

2. Open Command window and cd to the Android SDK platform-tools directory.

3. Run command like: adb shell screenrecord /sdcard/demo.mp4

4. Start to operate on the Android device.

5. CTRL + C to stop recording.

6. Observe that a file named demo.mp4 is generated under the device's root directory.

posted on 2016-08-04 14:59  alicegu  阅读(84)  评论(0)    收藏  举报