Abdul Rahman Majeed
Abdul Rahman Majeed

Reputation: 1135

How to record android screen?

I know the method of app screen recording by using android studio and successfully got the video for demonstration, but my question is how many other ways to record android screens without root my device ? I want to add voice with my screen recording

Upvotes: 3

Views: 1249

Answers (2)

scai
scai

Reputation: 21509

The app ScreenCam Screen Recorder works for me and doesn't require root (Android 8.1).

Upvotes: 0

Simon Dzn
Simon Dzn

Reputation: 150

You can use a simple adb shell command:

adb shell screenrecord /sdcard/filename.mp4

Upvotes: 3

Related Questions