[android-developers] Waiting for debugger force close (when USB is not attached)

2011-01-09 Thread akay
Hi All, My app is in debuggable mode. On some occasions it crashes with the message: Waiting for debugger to attach... This happens when my Tmobile G2 is not attached to computer. When I plug inthe USB the message goes away. Does anyone come across this problem with their app? Regards, AK --

Re: [android-developers] Waiting for debugger force close (when USB is not attached)

2011-01-09 Thread Dianne Hackborn
Did you select your app to be debugged in the Development app preferences? (Same place you can set animation speed etc.) It is just that setting that causes an app to wait for a debugger (or being explicitly launched that way from adb like the dev tools do.) On Sun, Jan 9, 2011 at 2:06 PM, akay