[android-developers] debugging problem

2012-04-04 Thread Mahmoud Mortada
i have a mass problem with running or debugging the app ,every time i running it eclipse open new device and doesn't install the app to avd -- Dr.M -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Debugging Problem

2010-09-27 Thread Raphael R
Hi! Setting a breakpoint in Eclipse is not recognized when I start my app in debug mode. The breakpoint is in the onCreate method, the app runs normally, but no debug notification. Can someone give me a hint? Eclipse Version 3.5.2 Android 2.1 greetings -- You received this message because you

Re: [android-developers] Debugging Problem

2010-09-27 Thread Xavier Ducrohet
If you are running the app on a production device, did you set the debuggable flag to true in the manifest? On Sun, Sep 26, 2010 at 5:32 AM, Raphael R raphael.ruppre...@googlemail.com wrote: Hi! Setting a breakpoint in Eclipse is not recognized when I start my app in debug mode. The