I'm searching a tool or a method to record an Android App including Audio on a Android phone. On my research I found a similar question and three tools. But no one can't record video and audio together.
Similar question:
Tools:
Edit
I found a app solution named Screencast Video Recorder Demo which records video and audio. But you have to root the phone to use this app. Is there another possibility?
Update February 2 2019
I just stumbled over this developer android page called "Record a video" which seems to solve my question when using Android Studio:
Logcat lets you record an MP4 video from your hardware device for a maximum of three minutes. You can, for example, use the video for your marketing materials or for debugging.
- Open an app project.
- Run the app on a hardware device.
- Click View > Tool Windows > Logcat.
- Interact with the display on the hardware 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: Enables 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.