Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to record android screen with Android Studio?

Tags:

I've installed Android Studio in the Applications folder on my Mac (I think the sdk is then in the package content), but now I want to record my screen for a demonstration video of an app with AShot.jar, and I have to give up the path to the SDK. When I give the path I think is right, it says the path Applications/Android\ Studio.app/sdk is not valid.

What to do? Are there other ways to record your android screen?

like image 683
user2971732 Avatar asked Nov 02 '14 16:11

user2971732


People also ask

Does Android have screen recording?

Android Screen Recorder Pull down the notification shade from the top of the screen to view your quick settings options. Tap the Screen Recorder icon and give permission to the device to record the screen (you might have to edit the default icons that appear). Determine what sound, if any, you want recorded.


1 Answers

  1. Connect your Device with your pc via usb.

  2. Open android studio.Ensure that device is connected with adb.

  3. Start click Screen Recording.

  4. Screen Record can record the device display for a maximum of 3 minutes.

Note:

The Screen Record Works with Real Android Device and some Emulators.

If the button is in grey and un-clickable means that device not supports video capture.

The Screenshots from my system:

FirstSecond

like image 107
krishnan Avatar answered Oct 04 '22 02:10

krishnan