I'm new to Android development, created a project following the instructions at: http://developer.android.com/guide/developing/eclipse-adt.html
And have not yet touched the source. I am having trouble using the Android Manifest Editor to set my application to be debuggable. I open my project's AndroidManifest.xml with the Android Manifest Editor, then I switch to the Application tab. In the Application tab, the Application Toggle is set to define an <application> tag. Under Application Attributes, no value is chosen for Debuggable. I change Debuggable to be true. At this point, I would expect that the xml on the AndroidManifest.xml tab would change, or that I could manually force a regeneration of the xml, or that I could save the file. However, the xml does not automatically change, I can't seem to find a way to force regeneration of the xml file, nor am I able to save the file (File->Save is grayed out). The only other fields with values in the Application Attributes section are: Label: @string/app_name Icon: @drawable/icon Curiously, the Name field is blank -- should it be populated? I can edit the xml by hand, add the appropriate attribute, and debug the application on my Droid, but it seems like a functional Android Manifest Editor might be useful later on. The current contents of the manifest are below. I'm running on OS X using Eclipse with the ADT plugin. Eclipse Version Info: Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ Build id: M20090917-0800 ADT Version Info: 0.9.5.v200911191123-20404 The Android SDK I downloaded was android-sdk_r04-mac_86.zip Thanks in advance, Mike -- 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

