Joke Collection Website - Blessing messages - How to add DDMS in Eclipse

How to add DDMS in Eclipse

The full name of DDMS is Dalvik Debug Monitor

Service, which provides programmers with, for example: taking screenshots of test devices, viewing running threads and heap information, Logcat, Broadcast status information, simulate phone calls, receive SMS, virtual geographic coordinates and more.

The method of adding ddms in eclipse is as follows:

1. In the upper right corner of Eclipse, select Perspective, then select DDMS, and Eclipse enters the following layout tools-007

2. There is a Devices tab in the upper left corner. Select the current virtual machine: emulator-5554 to display the various contents of the current virtual machine. On the right side of the Devices tab, in a row of shortcuts, there is a very important button "Screen Capture". On the right side of the Devices tab, in a row of shortcuts, there is a very important button "Screen Capture"

3. The bottom sub-window is logcat, which can view the log of the currently connected mobile phone. The bottom sub-window is logcat, which can view the log of the currently connected mobile phone.

4. Finally, the Emulator Control sub-window in the middle introduces a commonly used function: simulating phone calls and receiving text messages. As shown below: tools-011