Android - How to access emulator screenshot via emulator?

ban-geoengineering picture ban-geoengineering · Jun 12, 2017 · Viewed 8.3k times · Source

My app allows the user to take a screenshot which it then sends to the server.

On a real device, the screenshots are saved at /storage/emulated/0/Pictures/Screenshots/ so that is fine.

But on the emulator, when I click the Take screenshot button (which is located in the panel beside the emulator), the screenshot is saved to my computer, but I can't find it anywhere in the emulator's file system - the /storage/emulated/0/Pictures/ directory exists, but the /storage/emulated/0/Pictures/Screenshots/ sub-directory does not.

Is there any way I can access the screenshot image on the emulator, or is there another way of taking the screenshot?

Answer

Don Chakkappan picture Don Chakkappan · Jun 12, 2017

It will save in your PC . You can also specify the location of screenshots from the emulator settings.

Please see the following image for reference.

enter image description here