ddms
Graphical debugging tool for Android
Install
- All systems
-
curl cmd.cat/ddms.sh
- Debian
-
apt-get install androidsdk-ddms
- Ubuntu
-
apt-get install ddms
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ddms
- Raspbian
-
apt-get install ddms
- Dockerfile
- dockerfile.run/ddms
androidsdk-ddms
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.
ddms
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: <https://developer.android.com/studio/profile/ddms.html> This package provides the standalone launcher of DDMS. However it is deprecated, please use Android Device Monitor instead.