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.
Asked
Active
Viewed 612 times
0

pareshy
- 341
- 1
- 5
- 15
-
1Elaborate the question please. What exactly can't you debug ? Are you using breakpoints ? – Traxex1909 Aug 29 '13 at 06:58
-
yes @Traxex1909... Debugger is not attached with the app when I click on debugg rather it simply run my app. – pareshy Aug 29 '13 at 07:57
2 Answers
0
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.

Kevin
- 291
- 3
- 3