Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

DDMS integration

Jan Berkel edited this page Nov 14, 2011 · 3 revisions

DDMS support

Getting screenshots

In the sbt console run:

> android:screenshot-emulator

or

> android:screenshot-device

The screenshots will be written to emulator.png / device.png in the project root directory.

Fetch hprof memory dumps

> android:hprof-emulator
> android:hprof-device
Clone this wiki locally