Screenshots with Idea Intellij

后端 未结 2 1933
离开以前
离开以前 2020-12-09 01:53

how can i capture the screenshot of an app using ddms from intellij Idea?

I have been using intellij for some time and i find it very useful. though i couldnt find a

相关标签:
2条回答
  • 2020-12-09 02:45

    In IntelliJ IDEA 11, Tools => Android => DDMS. Then press Ctrl (Command) + S, then Save

    0 讨论(0)
  • 2020-12-09 02:51

    UPDATE: Screen Capture feature was added in IntelliJ IDEA 13 (and Android Studio):

    Screen Capture

    It's available in the Android tool window (View -> Tool Windows -> Android).


    Answer for older IDEA versions:

    IDEA doesn't have this feature. If you are on Windows, you can try something like Android Commander or use DDMS directly.

    New IDEA versions have a menu shortcut for Monitor (DDMS replacement in recent Android SDK versions):

    Monitor

    After running Android Debug Monitor, use the Screen capture button:

    Screen capture

    0 讨论(0)
提交回复
热议问题