I've connecting my device to PC. I would like to take screen shots from my device. How can i done this? I'm using Eclipse IDE. Is there any way to do this?
Asked
Active
Viewed 192 times
0
-
I don't understand, are you trying to take a screenshot from your Android phone, or do you want to program your app to take a screenshot of your Android device screen ? – Ashish Agarwal Sep 15 '11 at 05:47
-
2Another answer from a previous question: http://stackoverflow.com/questions/2065993/how-to-take-emulator-screen-shots-using-eclipse/2066183#2066183 – rekamoyka Sep 15 '11 at 05:50
-
@Ashish : I want to take screenshot from my Android Phone to my PC – Praveenkumar Sep 15 '11 at 05:51
2 Answers
3
1.connect your device to your pc.
2.Open the DDMS
3.select the device from devices options
- click on srceencapture icon.
see the bellow image.

Balaji.K
- 8,745
- 5
- 30
- 39
2
Start the DDMS perspective from the Window
menu. On the left side of the window you can see The emulators and devices listed. Select the desired device and click the screen shot option present in same window.
In the image the Devices
window has the snapshot option enabled.

Ron
- 24,175
- 8
- 56
- 97