How to Take Screenshot of Android Application in Android Emulator and Real Device from Android Studio
https://www.viralandroid.com/2015/08/take-screenshot-of-android-app-from-android-studio.html
From android studio, screenshot of app in both real device and android emulator can be taken. Here I am going to explain idea of taking screenshot step by step.
How to Take Screenshot From Android Studio
Taking screenshot from android studio is very easy and screen can be taken in any android emulator or any real device, just follow these simple steps:
Step 1: Open android studio and run your application just by clicking run button.
Step 2: After running your application, click Android tab on the left bottom of android studio. That will bring up the DDMS window and it looks like screenshot given below.
Step 3: Now click Screen Capture icon on the left side of Android DDMS tool window and it looks like screenshot given below.
Step 4: After clicking Screen Capture icon there appears new window with screenshot image of your application it looks like screenshot given below.
Note: If you need to add a device frame around your screenshot, enable the frame screenshot option and choose different device.
Step 5: Now click Save button and choose directory to save your screenshot.
That’s all, you have done successfully. Don’t forgot to post your comment below.