On Feb 26, 1:27 am, Alec <alechol...@gmail.com> wrote: > hmm, well im on the 1.0 sdk, but i dont understand what you mean by > dev tools on the phone. does this mean the end user of my application > would need to go through the same proceedure? or is my phone > configured the app to wait for the debugger?
My understanding of how this works is that there is one global "debuggable" app, which can be configured with Dev Tools. If you didn't set this then it probably shouldn't be set. The other possibility that comes to mind is an explicit call to Debug.waitForDebugger() in your code. If there's no debug app specified, and you're not calling waitForDebugger, then I'd be curious to see your APK. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---