This guide is about how to record a video from a device. This can be done two ways:
Open Android Studio. First, go to your menu and View
-> Tool Windows
-> Logcat
. To take a video recording of your app, see these instructions.
adb
executable on your machine. adb shell screenrecord
to start recordingcd /Users/myusername/Library/Android/sdk/platform-tools
./adb shell screenrecord /sdcard/myapp.mp4
Ctrl-C
to stop recording when done./adb pull /sdcard/myapp.mp4 \local\path
Additional resources and options can be reviewed:
With this, you can now easily record videos directly on an Android device.
Alternatively, apps can be recorded using the official or genymotion emulators. The easiest way to record your screen on OSX is to use the Quicktime Player:
File => New Screen Recording