Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to record screen with Android Studio

I connect my phone to Android Studio and code. I want to record my phone screen. I saw this but that button is disabled in my Android Studio. I can capture screens but can't record. Can someone help me with this?

UPDATE

enter image description here

This is how it is there in my Android studio. The button is disabled

like image 607
harsh Avatar asked Jul 21 '15 18:07

harsh


People also ask

How do you record your screen on an emulator?

How to screen record in Android Emulator? First of all, click on the overflow menu at the bottom of right toolbar. Now choose Record and Playback from the left menu and click on START RECORDING option to begin your screen recording. When you want to stop recording click on STOP RECORDING button.


3 Answers

Now you can also record video from Android emulator to follow below option:

  • Select more more option option
  • Then select Record screen record screen option.

Check below screenshot:

Record android emulator screen

like image 75
pRaNaY Avatar answered Oct 21 '22 21:10

pRaNaY


Go to your menu

  • View -> Tool Windows -> Android

You will find the record icon at the bottom left corner.

enter image description here

If you are using an AVD, make sure "Use host GPU" is disabled.

To take a video recording of your app:

  • Start your app as described in Run your App in Debug Mode.
  • Click Android to open the Android DDMS tool window.
  • Click Screen Record on the left side of the Android DDMS tool window.
  • Click Start Recording.
  • Interact with your app.
  • Click Stop Recording.
  • Enter a file name for the recording and click OK.

Source: https://developer.android.com/tools/debugging/ddms.html

like image 36
Machado Avatar answered Oct 21 '22 20:10

Machado


Maybe your device does not support the screen recorder, there are many devices which does not support screen recorder thus this is device issue. If you want to record your app screen then simply run the app on android emulator or on genymotion and start your desktop screen recorder and adjust the desktop screen to fit emulator. There are many screen recorder for PC but i prefer cam studio 8. Thanks

like image 18
Vaibhav Yadav Avatar answered Oct 21 '22 22:10

Vaibhav Yadav