How to take screenshot in android emulator -


from android 4.0, supports volumn down+power key take screenshot , saved in gallery. how in android emulator.

i know in eclipse, there 'take screenshot' button, not want. need in emulator , saved in emulator.

as seen in post: screenshot of nexus 1 adb?, can take screenshot using adb:

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

Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -