How to Install ddms in Ubuntu 18.04



Install ddms by entering the following commands in the terminal:

sudo apt update
sudo apt install ddms

Description:

Dalvik Debug Monitor Server

Android Studio includes a debugging tool called the Dalvik Debug Monitor Server (DDMS), which provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more. . See also: . This package provides the standalone launcher of DDMS. However it is deprecated, please use Android Device Monitor instead.

Homepage: https://android.googlesource.com/platform/tools/swt

Version: 2.0.0-1

Section: universe/devel