24

In latest version of Android Studio android monitor was changed to android profiler. Android profiler it's great but I don't see any option to take a screenshots or record device screen. So my question is where are now capturing options?

Hype
  • 1,039
  • 1
  • 10
  • 27

3 Answers3

43

You can still access them through the LogCat tab.

Ahmad
  • 69,608
  • 17
  • 111
  • 137
  • Why so hidden tho?! Why should I even have to search Google to find this? It was very clear before... Also, there seems to be a new bug when I press the Recapture button, it changes the window size. – doctorram May 10 '18 at 01:34
  • Not worked for me... giving "Unexpected error while obtaining screenshot from device: EOF" error... – VikaS GuttE Jan 27 '19 at 16:00
  • @VikaS you could have just googled https://stackoverflow.com/questions/52941745/unexpected-error-while-obtaining-screenshot-from-device-eof – Ahmad Jan 27 '19 at 18:30
11

It's still in LogCat but below. You can click a ">>" button to reveal a list of hidden buttons.

enter image description here

CoolMind
  • 26,736
  • 15
  • 188
  • 224
0

If Android Studio's recording video feature is not available and you are a MacOS user you can use QuickTime Player

File -> New Screen Recording 

To make screenshots

Command + Shift + 4
yoAlex5
  • 29,217
  • 8
  • 193
  • 205