Wednesday, May 16, 2012

23. DDMS perspective and important views

23.1. DDMS - Dalvik Debug Monitor Server

Eclipse provides a perspective for interacting with your Android (virtual) device and your Android application program. Select WindowOpen PerspectiveOtherDDMS to open this perspective. It includes several Views which can also be used independently and allows for example the application to place calls and send SMS to the device. It also allows the application to set the current geo position and allows you to perform a performance trace of your application.

23.2. LogCat View

You can see the log (including System.out.print() statements) via the LogCat view.
Showing the LogCat view

23.3. File explorer

The file explorer allows to see the files on the Android simulator.
Showing the File Explorer View

No comments:

Post a Comment