[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Zsolt Vasvari
So what's the final verdict? Does it work for you as the doc says, Xavier? On Dec 14, 4:02 am, Xavier Ducrohet wrote: > As mentioned below, if you use "run application" instead of "debug > application" it'll run any application compiled in debug but won't > connect a debugger to it (which is the

Re: [android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Xavier Ducrohet
As mentioned below, if you use "run application" instead of "debug application" it'll run any application compiled in debug but won't connect a debugger to it (which is the source of the slow down). as for "create signed..." it used to only strip the signature, but now it has to recompile the appl

Re: [android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Kostya Vasilyev
That's controlled by launch mode, if you launch the app for debugging, it should connect. Just like when you have debuggable=true in the manifest. At least that's my understanding from reading what's new in ADT 8.0 -- Kostya 13.12.2010 17:56, Zsolt Vasvari пишет: Debugabble doesn't mean it W

[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Zsolt Vasvari
Debugabble doesn't mean it WILL run in debug mode (slowly). It just means you CAN run it in debug mode. On Dec 13, 5:07 pm, mort wrote: > A suggestion for a later update: a checkbox in the device selection > dialog or maybe an optional query would be nice. Because sometimes, I > just want to do

[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread mort
A suggestion for a later update: a checkbox in the device selection dialog or maybe an optional query would be nice. Because sometimes, I just want to do a quick check on the actual device, and debug mode often is painfully slow... btw: What happened to "create signed application package"? It's be

[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-12 Thread Zsolt Vasvari
Good to know that it's broken and not me. Thanks. On Dec 12, 9:36 am, Emanuel Moecklin <1gravity...@gmail.com> wrote: > Doesn't work for me either -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-11 Thread Emanuel Moecklin
Doesn't work for me either -- 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.co