画面を録画する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android Emulator から動画と音声を記録し、WebM またはアニメーション GIF ファイルに保存できます。
画面録画コントロールは、[Extended Controls] ウィンドウの [Record and Playback] タブにあります。
ヒント: 画面録画コントロールは、Ctrl+Shift+R(macOS では Command+Shift+R)キーを押して開けます。
- 画面の録画を開始するには、[Record and Playback] タブの [Start recording] ボタンをクリックします。
- 録画を停止するには、[Stop recording] をクリックします。
録画した動画を保存するには:
- 録画した動画を再生および保存するコントロールは、[Record and Playback] タブの下部にあります。
- タブの下部にあるメニューから [WebM] または [GIF] を選択します。
- [Save] をクリックします。
また、コマンドラインで次のコマンドを使用して、エミュレータから画面の録画と保存ができます。
adb emu screenrecord start --time-limit 10 [path to save video]/sample_video.webm
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# Record the screen\n\nYou can record video and audio from the Android Emulator and save the recording\nto a WebM or animated GIF file.\n\nThe screen recording controls are in the **Record and Playback** tab of the\n[**Extended Controls**](/studio/run/emulator-extended-controls) window.\n\n**Tip:** You can open the screen recording controls by\npressing \u003ckbd\u003eControl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eR\u003c/kbd\u003e\n(\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eR\u003c/kbd\u003e on macOS).\n\n- To begin screen recording, click the **Start recording** button in the **Record and Playback** tab.\n- To stop recording, click **Stop recording**.\n\nTo save the recorded video:\n\n1. Controls for playing and saving the recorded video are at the bottom of the **Record and Playback** tab.\n2. Choose **WebM** or **GIF** from the menu at the bottom of the tab.\n3. Click **Save**.\n\nYou can also record and save a screen recording from the emulator using the\nfollowing command on the command line:\n\n`adb emu screenrecord start --time-limit 10 `\u003cvar translate=\"no\"\u003e[path to save video]\u003c/var\u003e`/sample_video.webm`"]]