Search code examples
android-studioflutterscreenshotandroid-studio-3.0usb-debugging

How to take screen shots of mobile debug device running Flutter application in Android Studio?


Using Android Studio for developing flutter replaces the LogCat console with the run tab.

This works great, but how do I take a screen shot of my debugging device? Previously I used to expand the LogCat side menu and click on the capture image button, but now I can't find it anywhere.


Solution

  • flutter screenshot cli command saves a png screenshot. I could not find how to do it in IntelliJ interface, either.