How to Install androidsdk-ddms in Ubuntu 18.04



Install androidsdk-ddms by entering the following commands in the terminal:

sudo apt update
sudo apt install androidsdk-ddms

Description:

Graphical debugging tool for Android

Dalvik Debug Monitor is a tool for debugging Android applications. Among others, it provides these capabilities: . * 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 . This package is required only when you want to run DDMS as a stand-alone application. For usage from within Eclipse IDE, install eclipse-adt.

Homepage: http://developer.android.com/tools/help/index.html

Version: 22.2+git20130830~92d25d6-4

Section: universe/java