How-to: Take A Screenshot On An Android Device

After we posted our first Android speed review, we got a handful of e-mails asking us how we managed to take screenshots directly off of the device. We looked around at a handful of other blogs – sure enough, the vast majority of them had fallen back to pointing a camera at the device’s screen and snapping away. While that’s slightly better than drawing the image on paper and scanning that in, we’ve got a better solution.

What you need:

How to take the shots:

  1. Download and install the Android SDK. Don’t worry – unlike some SDKs, installing the Android kit is completely straightforward.
  2. Enable USB Debugging on the device by going to Settings -> Applications -> Development and checking the proper box.
  3. Plug the Android device into the USB port.
  4. Find the folder containing the SDK you just installed. The location will vary depending on which operating system you’re using, and where you chose to install it. On all platforms, the folder name should begin with “android-sdk-“. For example, the folder for the current build on OS X is “android-sdk-mac_x86-1.0_r1”
  5. Open the tools folder within the Android SDK folder.
  6. Double click the file titled “DDMS”. This stands for Dalvik Debug Monitor Service.
  7. In DDMS, your device should be listed. Highlight it by clicking on it.
  8. In the application’s top menus, go to Device -> Screen capture.

You should be good to go. Use the handset to navigate to whatever screen you want a shot of, press the “Refresh” button to recapture the screen, and once you’ve got it just right, hit the “Save” button. Once you’ve gone through it the first time, the process is actually easier than busting out the point-and-shoot.

Latest Stories