

On Mac, open Settings > Keyboard and go to Shortcuts tab. Note 2: On Windows, hold Shift and right click inside the folder and select “Open command window here”.You should now be able to see Developer Options under Settings menu. Note 1: If you don’t see Developer Options in the Settings menu, go to About phone / About tablet from Settings and tap on the Build Number a few times until you see the “You are now a developer!” message.Run this command to check out more options. The screenrecord commands also let you to customize the settings of the recorded file. You can now retrieve the recording from the save path on your Android phone or tablet. Now, perform the desired actions that you want to record. You may provide any other path for saving the file. Here, you’re specifying that the recording will be saved as “example.mp4” in the /sdcard/ location of your device.Next, run the following command to start screen recording on your Android device: “ adb shell screenrecord /sdcard/example.mp4”

If everything is okay, you should see your device listed.

