0

I am facing a problem with the DDMS in Eclipse (Eclipse + ADT) in order to debug my Android application directly on my device.

In the DDMS devices tab, I am able to see my device :

  • Name of my device (Samsung S5...).
  • Status ONLINE
  • Version of the device (here 4.4.2).

Only screenshot options and capture trace are available :

DDMS situation

I have tried to use the android::debuggable="true" in my application but it is not working.

I have tried with another device (Nexus 5) and there is no difference...

Any ideas or tips to solve my problem ?

Joze
  • 1,285
  • 4
  • 19
  • 33

1 Answers1

0

Eclipse Preferences (OSX) > Android > DDMS > check Thread Updates Enabled by Default

Add Android Device view to get device pan(e) noted above

Set android:debuggable=true (two g's) in app tag as noted above

Run your app in emulator

Select device in device pane

Click the update threads button

Enjoy

A-Droid Tech
  • 2,301
  • 24
  • 33