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 :
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 ?