Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始使用 IntelliJ IDEA。在此之前,我使用了 Eclipse。
有一件好事,您可以从您的设备获取屏幕截图:
IntelliJ 中是否有类似的功能可用?
您应该直接使用 DDMS。(这已经是 Eclipse 所做的。)
在 [Android SDK]/tools 文件夹中有一个名为ddms.bat的文件。
运行该文件将启动Dalvik Debug Monitor。
使用此监视器中的设备菜单,选择当前模拟器后选择屏幕捕获。
现在您可以使用保存和刷新按钮截取屏幕截图。