How to take screenshot in android emulator How to take screenshot in android emulator android android

How to take screenshot in android emulator


As seen in this post: Screenshot of the Nexus One from adb?, you can also take a screenshot using adb:

 adb shell /system/bin/screencap -p /sdcard/screenshot.png adb pull /sdcard/screenshot.png screenshot.png


just click in photo icon for take screenshot in android emulator

enter image description here


In new emulator you can do it by pushing camera icon. By default it saved in desktop.

enter image description here