Stay organized with collections
Save and categorize content based on your preferences.
Figure 1. Record a video of your app.
Logcat lets you record an MP4 video
from your device, such as for marketing materials or for debugging. Videos are a maximum of three
minutes long, and audio is not recorded with the video file.
Interact with the display on the device to stage the start of the video.
Click Screen Record in the left side of
the Logcat window.
In the Screen Recorder Options dialog, set the recording options:
Bit Rate: Enter a bit rate. The default is 4 Mbps.
Resolution: Enter a width and height value in pixels. The value must be a
multiple of 16. The default is the resolution of the device.
Show Taps: Enable visual feedback for taps.
Click Start Recording to start the recording.
Click Stop Recording to stop the recording.
In the Save As dialog, save the MP4 file.
In the Screen Recorder dialog, click one of the buttons to show the file location,
open the recording in a player, or dismiss the dialog.
Record video with the emulator
If you are using an emulator, you can record video directly from the Record and Playback
tab in Extended Controls. Once you have recorded a video, you can save it as either WEBM or
GIF format:
Figure 2. Record a video using an emulator.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-04-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-06 UTC."],[],[],null,["# Record a video\n\n**Figure 1.** Record a video of your app.\n\n\n[Logcat](/studio/debug/am-logcat) lets you record an MP4 video\nfrom your device, such as for marketing materials or for debugging. Videos are a maximum of three\nminutes long, and audio is not recorded with the video file.\n\nTo record a video of your app, do the following:\n\n1. Open an app project.\n2. [Run the app](/studio/run#RunningApp) on a device.\n3. Click **View \\\u003e Tool Windows \\\u003e Logcat**.\n4. Interact with the display on the device to stage the start of the video.\n5. Click **Screen Record** in the left side of the Logcat window.\n6. In the **Screen Recorder Options** dialog, set the recording options:\n - **Bit Rate:** Enter a bit rate. The default is 4 Mbps.\n - **Resolution:** Enter a width and height value in pixels. The value must be a multiple of 16. The default is the resolution of the device.\n - **Show Taps:** Enable visual feedback for taps.\n7. Click **Start Recording** to start the recording.\n8. Click **Stop Recording** to stop the recording.\n9. In the **Save As** dialog, save the MP4 file.\n10. In the **Screen Recorder** dialog, click one of the buttons to show the file location, open the recording in a player, or dismiss the dialog.\n\nRecord video with the emulator\n------------------------------\n\nIf you are using an emulator, you can record video directly from the **Record and Playback**\ntab in **Extended Controls**. Once you have recorded a video, you can save it as either WEBM or\nGIF format:\n**Figure 2.** Record a video using an emulator."]]