Screenshots with Idea Intellij

六眼飞鱼酱① 提交于 2019-11-27 13:31:20

问题


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 way to make it work.

Could any one please tell me if this is possible from within the IDE itself?


回答1:


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

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):

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




回答2:


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



来源:https://stackoverflow.com/questions/6421108/screenshots-with-idea-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!