2

Is somebody using intellj in android projects here? I want to get screenshot realdevice in debug mode my android projects.

4

2 回答 2

6

从终端或命令行启动 DDMS。选择设备并转到设备 -> 屏幕截图

DDMS 位于 Android SDK 安装路径的 tools 目录中。

于 2012-05-24T07:59:44.237 回答
1

我不知道在 IntelliJ 中,但在 Eclipse 之外你仍然可以截屏。使用 SDK。

 /path/to/android-sdk/tools/

并打开

 ddms

小路:

在此处输入图像描述

然后,您可以截屏:

使用 DDMS 的屏幕截图

参考:

http://developer.android.com/guide/developing/debugging/index.html#tips

于 2012-05-24T08:05:11.883 回答