How-To

How to Setup the Android SDK and Java JDK to Take Screenshots on Android

Android_Users_multiple_bots_featured

I was surprised when I couldn’t find a simple way to take screenshots on my new Android mobile phone especially since the process is so dead simple using an iPhone.

Update: This article was originally written over 10 years ago when Android was young and not as developed and sophisticated as it is today. Most of the information here is no longer necessary. To take a screenshot on your Android phone or tablet now requires hitting the power and volume up or volume down button. There is no reason to root your Android anymore. Or, use this trick to take a screenshot by tapping the back of your phone.

Old Original Article…

As a blogger, I was surprised when I couldn’t find a simple way to take screenshots on my new Android mobile phone especially since the process is so dead simple using an iPhone. Anyway, a lot of people have been asking about this including grooveDexter on his Samsung Galaxy S.

Fortunately, after playing around all hope is lost!  There actually IS a way to take screenshots on an Android and this groovy guide will show you how in our typical step-by-step process.  The best part is using this method, you won’t need to transfer your images from your phone to your computer for blogging since your computer is what is capturing the images.

This is going to be a rather long guide (possibly the longest on groovyPost!) so I’ll break it down into five different sections.
Click a section to move directly to it:

  1. Download the Android SDK and Java SE SDK (SDK = software development kit)
  2. Setup the Android SDK and Install Java.
  3. Enable USB Debugging On Your Android Phone.
  4. Set up the USB drivers with your device.
  5. Run DDMS and take screenshots

Let’s get started.

#1.  Download the Development Kits

Step 1

Download the Android software development kit.

Download the Android SDk

Step 2

Download the Java SE software development kit.

download the java se runtime environment sdk

Step 3 – Optional: Device drivers (For Samsung Galaxy S users only)

When you plug-in your phone it’s most likely that Windows won’t be able to automatically find the driver to make your computer recognize the device.  For Samsung Galaxy S users this is especially true, you will need to download the driver below.

Download USB Drivers for the Samsung Galaxy S – or – Download Here

Once the download is complete just run the Setup.exe file within the package to install the drivers on your computer.

These drivers are specific to your phone, so if you are using a different device the above ones won’t work.  If you need help tracking down drivers specific to your device please leave a comment below or make a post in the groovy technical support forum.

#2.  Install The Java Runtime And Setup The Android SDK

Step 1 – Java

To set up Java is easy, just run the downloaded jdk-6u21-windows-* file to start the installer.  The installer is near automatic, Click Next a few times to complete it.

Once installation finishes, congratulations!  You are done messing around with the Java SDK!

install the java runtime sdk

Step 2 – Android

Right-Click the compressed android-sdk_r06-windows file you downloaded and Select Extract All…

Extract it to the folder that you would like to install it to.  There is no installer within the package so wherever you extract it will be considered the installation path.

install the android sdk

Step 3 – Run Android SDK Setup

In the android-sdk-windows folder that you just extracted Double-Click SDK Setup to launch it.

setup the android sdk

Step 4 – Fix the Download Error

9 out of 10 people will run into the error:

Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.

android sdk download error

To fix the above error, Click the Settings tab and Check the box for Force https://…

android sdk force https

Step 5 – Download SDK Packages

Click the Installed Packages tab and then Click Update All…

refresh available android packages, update all

A list of available packages will appear, you must Install the USB Driver package.

All other packages are optional.

install android usb driver package

#3.  Enable USB Debugging On Your Android Phone

This is the only part of this how-to you will have to do on your actual Phone.

For a detailed guide read this previous article. How-To Enable USB Debug Mode On Android

Otherwise follow these abridged instructions:

  • Launch the Settings app.
  • Navigate to Settings > Applications > Development >
  • Check the box titled “USB Debugging

#4.  Set Up USB Drivers For Your Device

Step 1

Plug your Android Phone into your computer using the USB charging cable.

plug your android into your laptop via usb

Step 2

Click the Start Menu on your computer and Open Devices and Printers.

go to devices and printers on your computer

Step 3

In the Devices list your Android phone should appear.  Right-Click the phone and Select Properties.

right-click your android phone and hit properties under devices

Step 4

Click the Hardware tab and then Select the line that reads Android ADB.

The rest of the drivers should for the most already be installed, but you may have to download device specific drivers as mentioned in part #1 of this guide.

select android adb and adjust properties

Step 5

Click the Driver tab and then Select Update Driver…

on driver tab click update driver

Step 6

Click Browse my computer for driver software.

browse your computer for the android driver

Step 7

Click Let me pick from a list of device drivers on my computer.

pick from a list

Step 8

Click Show All Devices and then Click Next.

show all devices, next

Step 9

Click Have Disk…

have disk

Step 10

Click Browse.

install from disk screenshot, browse

Step 11

Browse to the folder you extracted the Android SDK to.  From there go to:

android-sdk-windowsusb_driver

Select android_winusb.inf and Click Open.
android_winusb.inf screenshot open

Step 12

Here you need to know whether your device is composite or not.  Refer to Step 4 above to make sure.

Under Model, Click Android ADB Interface* and then Click Next.

*If you have a composite device Click the Composite option.  Samsung Galaxy S is composite.

choose Android ADB Interface, next

Step 13

A pesky warning will appear.  Click Yes.

update driver warning, yes

Done!

Now we are ready to take some screenshots!

windows has installed android composite adb interface

#5.  Run DDMS And Start Taking Screenshots!

Step 1 – Launch the Dalvik Debug Monitor!

In the folder you extracted the Android SDK to Browse to:

android-sdk-windowstools

In the Tools folder, Double-Click ddms.bat

Tip: For future quick-access you may want to Pin this file to your start menu.

run ddms.bat from the android sdk

Step 2

Time to take a screenshot of what is currently being displayed on your Android phone.  Click your Device from the list in the top-left pane.  Then Click the Device menu and Select Screen capture…

Tip: Or Select the phone from the list and then Press CTRL+S on your keyboard to save time.

android device screen capture

Done! Finally!

Your screenshot will pop up in the Device Screen Capture window.  The screenshot will likely be much larger than your actual device, this is because it captures it at the device’s true resolution.

From here you can save your image, but don’t use the Save button.  The save feature in this utility will greatly decrease the quality of your image!

Instead you can Copy the screenshot to another program such as Paint and then save it.  Remember, PNG is the best format!

android screenshot captured on computer

Conclusion

You now know how to take screenshots of ANY Android device using your computer.  For the Samsung Galaxy S this is currently the only technique that works, but I’ve heard rumors that in Android 2.2 (Froyo) you will be able to use a hardware key combination to take the screenshot!  I can’t wait!

17 Comments

17 Comments

  1. Robert

    September 21, 2010 at 2:08 pm

    Hehehe nice, well done. It looks great. Im going to use this, if it works with Froyo. Because the Galaxy S is getting Froyo the 23rd of sept.

    • jordan

      September 21, 2010 at 7:24 pm

      It works great on Froyo, I’ve been using it with my HTC Evo 4G with Froyo for a long time now.

  2. jacks69

    September 21, 2010 at 11:45 pm

    are you kidding me tho… all that to take a screenshot? Something is wrong with google. I should be like 2 clicks of the fingers or a combination of the buttons like the iphone.

    wow…

    • jordan

      September 22, 2010 at 12:33 am

      I hear you @jacks69. The reason they don’t allow this right now is because of a security concern, the theory is that someone could obtain passwords but putting out a trojan that takes constant screenshots and sends them back to the developer.

      • MrGroove

        September 23, 2010 at 2:10 pm

        But iPhone doesn’t see this as a concern?

        • Jordan Austin

          September 23, 2010 at 2:22 pm

          I think that it’s not really a concern for iPhone because the app store is so heavily monitored that it would be very hard to get an app that does this past them. Where as with Android devices you can sideload (download from non Android Market approved apps) any app without jailbreaking, or rooting it.

          • Rex

            January 10, 2011 at 6:34 am

            On iPhone you need to physically click on buttons. Android could have used the same method. Some things are surprisingly simple, easy, thus user friendly on iPhone.

  3. Robert

    November 16, 2010 at 2:37 pm

    I cant get this to work. It goes wrong when i need to update the drivers. I cant update the drivers because that button isnt “clickable”. When I go on, and double click ddms.bat, it opens a black command line window. Nothing more.

  4. Hunter

    December 21, 2010 at 8:00 pm

    https://www.androlib.com/android.application.com-bw-picme-local-zmxE.aspx

    app to take screen shots without the above hassel

    • grooveDexter

      February 23, 2011 at 11:39 am

      Requires ROOT or it won’t work on the Samsung Galaxy Epic 4G.

  5. InfoNexus

    January 5, 2011 at 2:25 pm

    On Samsung Galaxy S with Froyo (Android v2.2) you can take screenshots by holding down the BACK button and then hitting the HOME button.
    A .png file will be saved into “/mnt/sdcard/ScreenCapture” folder.

    • Beyond_Life

      January 6, 2011 at 12:31 am

      True. But the problem here is, is that not every program is reacting the same to that button combo. Some programs just go back to the previous page/screen when you use the combination.

      • someone lovely

        January 24, 2011 at 11:38 pm

        Just keep the back button pressed hard(longer time). Works for me on most apps I tried on a Samsung Galaxy S.
        cheers

  6. Sebastien

    February 21, 2011 at 6:16 pm

    Why don’t you simply press the back + the menu buttons. (samsung galaxy s android 2.2 )

    • grooveDexter

      February 23, 2011 at 11:38 am

      I just got the Froyo update on my Samsung Galaxy Epic4G – the key combination definitely doesn’t work. I can’t find any other solutions that don’t require me to root the phone.

      I haven’t found any other reason to root the phone yet, so I don’t think I’ll be going that route either.

  7. DIM

    March 16, 2011 at 2:45 am

    OMG!!!! I just got the Samsung Galaxy S3 with the basic android and start searching for screen snapshots… it there any easy way to do this?

  8. Doc

    January 19, 2013 at 9:25 am

    Would you mind updating this to work for the new version of the Android SDK ‘bundle’?

Leave a Reply

Your email address will not be published. Required fields are marked *

 

To Top