0

I just start to use IntelliJ IDEA. Before It I used Eclipse.

There is a nice thing, you can get a screenshot from your device:

Screenshot of the functionality in Eclipse

Is there a similar functionality available in IntelliJ?

Kara
  • 6,115
  • 16
  • 50
  • 57
Val
  • 4,225
  • 8
  • 36
  • 55

1 Answers1

0

You should use DDMS directly. (This is already what Eclipse does.)

In the [Android SDK]/tools folder there is a file named ddms.bat.

Running that file will launch Dalvik Debug Monitor.

Using Device menu in this monitor, choose Screen Capture after selecting your current emulator.

Now you can take screenshots using Save and Refresh buttons.

faradaj
  • 3,629
  • 1
  • 22
  • 21