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
Asked
Active
Viewed 1,171 times
3
-
2Use the media projection APIs on Android 5.0+. – CommonsWare Dec 10 '15 at 21:04
-
Going to be difficult to do without rooting on version < 5.0. Every app I've seen needs device to be rooted. – JJF Dec 10 '15 at 21:07
-
I've used GenyMotion's emulator recorder. Seemed to work fine. – OneCricketeer Dec 10 '15 at 21:07
-
@cricket_007 I am using too for testing , but I think recorder is not available in free version – Abdul Rahman Majeed Dec 10 '15 at 21:40
-
Ah, right. Last time I needed to record for free, I used [OBS](https://obsproject.com/) – OneCricketeer Dec 10 '15 at 21:51
-
Please see this link: [Record screen](http://stackoverflow.com/questions/10680325/how-can-i-record-the-android-device-screen) – shayan Dec 10 '15 at 22:55
2 Answers
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