简体   繁体   English

使用低于API级别19(4.4)的设备使用android studio 0.8.x录制屏幕吗?

[英]Record screen using android studio 0.8.x from a device below API Level 19(4.4)?

Currently I am not able to record my application flow using Android studio DDMS -> Record screen feature below 4.4 API level. 目前,我无法使用低于4.4 API级别的Android Studio DDMS->“记录”屏幕功能来记录我的应用程序流。 The record button seems disabled. 记录按钮似乎已禁用。 Is there any way to use this feature? 有什么方法可以使用此功能? any other idea to record screen in below 4.4? 还有其他想法可以在4.4以下记录屏幕吗?

As per developer doc "The screenrecord command is a shell utility for recording the display of devices running Android 4.4 (API level 19) and higher." 按照开发人员的文档,“ screenrecord命令是一个Shell实用程序,用于记录运行Android 4.4(API级别19)及更高版本的设备的显示。”

在此处输入图片说明

Is there any way to use this feature? 有什么方法可以使用此功能?

No. 没有。

any other idea to record screen in below 4.4? 还有其他想法可以在4.4以下记录屏幕吗?

Run an emulator and use a desktop screen-capture tool. 运行模拟器并使用桌面屏幕捕获工具。

Or, use a device that supports HDMI-out and use an HDMI recorder. 或者,使用支持HDMI输出的设备并使用HDMI记录器。

Or, root your device and use various software screen recorders available via search engines. 或者,启动您的设备并使用可通过搜索引擎获得的各种软件屏幕录像机。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Android Studio 0.8.x上的2台PC之间启用自动更新SDK路径 - Enable autoupdate SDK path between 2 PC on Android Studio 0.8.x Android Studio 0.8屏幕录制有麦克风吗? - Android Studio 0.8 screen record with microphone? 如何在 Android 4.4 以下版本 (KitKat) 上录制 Android 设备的屏幕 - How to record Android device's screen on Android version below 4.4 (KitKat) Android 4.4管理器中未列出Android 4.4(KITKAT)API LEVEL 19 - Android 4.4 ( KITKAT ) API LEVEL 19 is not listed in Android SDK Manager 适用于Android API级别19及以下的ThreadLocalRandom()替代品吗? - ThreadLocalRandom() alternative for Android API level 19 and below? 在 Android 4.4 (API 19) kitkat 上播放视频时出现黑屏 - Black screen when playing video on Android 4.4 (API 19) kitkat 在平板电脑/手机上使用android 4.4和8.1(api级别19和27)运行我的应用程序时出现错误 - I'm getting error when running my app using android 4.4 and 8.1 (api level 19 & 27) on tablets/mobile phones 使用mozilla pdf.js在Android WebView中显示PDF文件Android API级别低于19 - Show PDF file in Android WebView using mozilla pdf.js Android API Level below 19 在 API 级别 19 以下的 Android 中选择文件或图像时,如何限制 Google 驱动器选项不出现? - How to restrict Google drive option from not appearing while selecting file or image in Android below API level 19? Android Studio V0.8无法创建新的Glass Module,错误为“组件Glass Module的最低SDK级别为19” - Android studio V0.8 cannot create new Glass Module with error “The component Glass Module has a minimum SDK level of 19”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM