I am working on porting a game I made to android (never programmed on android before) and want the android DDMS for profiling, as shown in Using DDMS but the view is not available in eclipse (no DDMS in Show View -> Other) even though the SDK manager reports it is installed and I can run usb debug mode on my phone from eclipse just fine.
How do I set up the debug view shown in the picture above in Juno?
Running DDMS 1 From Eclipse: Click Window > Open Perspective > Other... > DDMS. 2 From the command line: Type ddms (or ./ddms on Mac/Linux) from the tools/ directory. More ...
If both are connected and running simultaneously, DDMS defaults to the emulator. From Eclipse: Click Window > Open Perspective > Other... > DDMS. From the command line: Type ddms (or ./ddms on Mac/Linux) from the tools/ directory. On Android, every application runs in its own process, each of which runs in its own virtual machine (VM).
The Threads tab in DDMS shows you the currently running threads for a selected process. In the Devices tab, select the process that you want to examine the threads for. Click the Update Threads button. In the Threads tab, you can view the thread information for the selected process.
Once a VM is running, DDMS retrieves the the VM's process ID (pid), via adb, and opens a connection to the VM's debugger, through the adb daemon (adbd) on the device. DDMS can now talk to the VM using a custom wire protocol. DDMS assigns a debugging port to each VM on the device.
Not in Show view it is in "Open Perspective"
Just do the following
From Eclipse: Click Window > Open Perspective > Other... > DDMS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With