Re: [android-developers] Problem of debug build.

2010-12-15 Thread Xavier Ducrohet
Not production devices. The emulator (and possibly some dev devices) run an image where all apps are debuggable. As I said earlier this is broken in 8.x If you want to use this feature though, it was fixed in 9.0.0 which we just released of preview of. Note that this is a preview of a dev version

Re: [android-developers] Problem of debug build.

2010-12-13 Thread Xavier Ducrohet
hey guys, I'm going to look into this tomorrow. On Thu, Dec 9, 2010 at 2:43 AM, Farproc farp...@gmail.com wrote: I have upgraded to Android SDK 2.3(with Android SDK Tools, version 8 Android SDK Platform-tools, version1) and ADT/DDMS Version: 8.0.1.v201012062107-82219. But I can't use the

Re: [android-developers] Problem of debug build.

2010-12-13 Thread Xavier Ducrohet
After looking into it, it's half broken. The debug build technically works. It does put debuggable=true in the manifest. That is, in the compiled manifest. However ADT is being stupid, and doesn't detect this (looks into the original text version) and, at launch time, restrict to run only, not

Re: [android-developers] Problem of debug build.

2010-12-13 Thread Kostya Vasilyev
Ok, cool. Does this message: Device 'HT01TP*' requires that applications explicitely declare themselves as debuggable in their manifest mean that some devices allow debugging without a declaration in the manifest (either explicit, or inserted by build tools)? Is this a feature of

Re: [android-developers] Problem of debug build.

2010-12-13 Thread Kevin Yuan
Thank you very much. 在 2010-12-14 上午4:13,Xavier Ducrohet x...@android.com写道: After looking into it, it's half broken. The debug build technically works. It does put debuggable=true in the manifest. That is, in the compiled manifest. However ADT is being stupid, and doesn't detect this (looks

[android-developers] Problem of debug build.

2010-12-09 Thread Farproc
I have upgraded to Android SDK 2.3(with Android SDK Tools, version 8 Android SDK Platform-tools, version1) and ADT/DDMS Version: 8.0.1.v201012062107-82219. But I can't use the debug build feature. I remove debuggable attribute in the AndroidManifest.xml of my project because the doc says

Re: [android-developers] Problem of debug build.

2010-12-09 Thread Kostya Vasilyev
Same here. Eclipse Helios SR1, ADT 8.0.1, Motorola Milestone. Would like to know the answer as well. -- Kostya 09.12.2010 13:43, Farproc ?: I have upgraded to Android SDK 2.3(with Android SDK Tools, version 8 Android SDK Platform-tools, version1) and ADT/DDMS Version: