This feature, where ADT 8.x is supposed to automatically set debuggable="true":

http://developer.android.com/sdk/eclipse-adt.html

has not been working for me.

Then I accidentally broke my build while editing strings.xml, to the point of Android build tools not being able to parse the file.

Curisously enough, I got this in the Eclipse's console window, alongside strings.xml parse errors:

[2010-12-11 23:20:54 - AndroMail] Warning: AndroidManifest.xml already defines debuggable (in http://schemas.android.com/apk/res/android); using existing value in manifest.

After fixing the strings and cleaning the project, this warning went away too, and automatic debuggable is still not working.

So the code to set debuggable is there, but for some reason only gets triggered when XML parsing fails.

Hope this can provide a clue for making automatic debuggable work (Xavier?)

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to