3

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

Abdul Rahman Majeed
  • 1,125
  • 2
  • 10
  • 22

2 Answers2

3

You can use a simple adb shell command:

adb shell screenrecord /sdcard/filename.mp4
Simon Dzn
  • 150
  • 1
  • 1
  • 8
0

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

scai
  • 20,297
  • 4
  • 56
  • 72