スクリーンショットを撮る
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android Emulator のスクリーンショットを撮るには、「スクリーンショットを撮る」ボタン
をクリックします。
表示された [スクリーンショット撮影] ダイアログで、キャプチャした画像を再撮影、編集、コピーできます。画像に問題がなければ、[Save] をクリックします。撮影した年、月、日、時、分、秒を示す Screenshot_yyyymmdd-hhmmss.png
という PNG ファイルが作成されます。必要に応じて名前を変更し、ファイルの保存場所を選択できます。
Wear OS エミュレータの Play 対応のスクリーンショットを撮るには、プルダウンを [Play ストア互換] に設定します。
次のいずれかのコマンドを使用して、コマンドラインからスクリーンショットを撮ることもできます。
screenrecord screenshot [destination-directory]
adb emu screenrecord screenshot [destination-directory]
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Take screenshots\n\nTo take a screenshot of the Android Emulator, click the **Take screenshot**\nbutton.\n\nIn the **Take Screenshot** dialog that appears, you can recapture, edit, or copy\nthe captured image. Once you're satisfied with the image, click **Save** . The\nemulator creates a PNG file with the name\n`Screenshot_`\u003cvar translate=\"no\"\u003eyyyymmdd-hhmmss\u003c/var\u003e`.png`, using the year, month,\nday, hour, minute, and second of the capture. You can change the name, if you\nprefer, and choose where to save the file.\n\nTo take a\n[Play-compatible screenshot of a Wear OS emulator](/docs/quality-guidelines/wear-app-quality#google-play-screenshots-apps),\nset the drop-down to **Play Store Compatible**.\n\nYou can also take screenshots from the command line with either of the following\ncommands:\n\n- `screenrecord screenshot `\u003cvar translate=\"no\"\u003e[destination-directory]\u003c/var\u003e\n- `adb emu screenrecord screenshot `\u003cvar translate=\"no\"\u003e[destination-directory]\u003c/var\u003e"]]