Reputation: 1135
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
Reputation: 21509
The app ScreenCam Screen Recorder works for me and doesn't require root (Android 8.1).
Upvotes: 0
Reputation: 150
You can use a simple adb shell command:
adb shell screenrecord /sdcard/filename.mp4
Upvotes: 3