android app is unable to debug in eclipse

623 Views Asked by At

I am trying to debug my android app in eclipse but I am not able to do so. I know this question is asked many time. I have try almost all things but still cant debug my app. I have android:debuggable="true" in AndroidManiefest.xml as well as having Category launcher and action main in Android AndroidManiefest. Kindly Help me. Thanks in advance.

2

There are 2 best solutions below

0
On

Restore to defaults in Run/Debug options.

0
On

I resolved a very similar problem by using the DDMS perspective. Once in DDMS, I would start my application on my device. I then selected my application process and clicked the "Debug selected process" button.