如何在Android版本记录Android设备的屏幕下方4.4(奇巧)

如何在Android版本记录Android设备的屏幕下方4.4(奇巧)

问题描述:

使用的Andr​​oid 4.4版本(奇巧),可以记录与使用亚行的命令行下面的命令Android设备的屏幕。

With Android version 4.4 (KitKat) one can record Android device's screen with following command using ADB from commandline.

adb shell screenrecord /sdcard/demo.mp4

但Android版本4.4(奇巧)和5.0(棒棒糖),这仅适用

But this only works in Android version 4.4 (KitKat) and 5.0 (Lolipop)

是否有任何其他命令或方法来记录以下Android版本4.4(奇巧)利用亚行?

Is there any other command or a way to record a video below Android version 4.4 (KitKat) using ADB?

正如您所指出的,该命令是仅在奇巧可用并通过亚行而已。

As you pointed out, that command is only available in KitKat and via ADB only.

我说你最好的选择是记录一个仿真器(无论是AVD或 Genymotion 的屏幕部分)。

I'd say your best option is recording the portion of the screen of an emulator (either AVD or Genymotion).