On Aug 4, 4:44 pm, Steren <steren.giann...@gmail.com> wrote:
> I can't simply "run" the application on my device: it always starts
> debugging (trying to connect at startup and stopping at breakpoints).
> So you imagine that when I'm not connected to the computer, it says it
> "is waiting for the debugger to attach".

There's a development setting that specifies that an application
should be waited for.  Dev Tools app, Development Settings, at the top
it says "debug app".  You should be able to use this to turn wait-for-
debugger off.  (If you don't have it on your device, you may be able
to copy it from the emulator.)

This is assuming you didn't add a Debug.waitForDebugger() call and
forgot about it. :-)

If all else fails, you can disable the "debuggable" flag in the
manifest, which will effectively fix it for production devices.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to