Record Android screen video

# Record your screen (make a screencast) from your computer (Mac OS X, Windows or Linux) using Android debug bridge (ADB) # Connect your device to the computer, open a terminal or command prompt where the adb is unarchived, and write the following adb devices # This will print the device and it’s unique id. Then, to start a screencast and record a video simply use the following adb shell screenrecord /sdcard/example.mp4 # The command above will work only if you have Android KitKat 4.4 or newer installed on the phone. # The terminal command will use the screenrecord function to record a video of your device’s screen on the sd card with the name example.mp4. # In order to stop the recording press Ctrl + C.
Record your screen (make a screencast) from your computer (Mac OS X, Windows or Linux) using Android debug bridge (ADB).

The terminal command will use the screenrecord function to record a video of your device’s screen on the sd card with the name example.mp4.


#android #adb #hint #video

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.