录制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.
浙公网安备 33010602011771号