You will have better luck with NDK issues if you discuss them on the [android-ndk] Google Group.
On Thu, Jun 23, 2011 at 2:13 AM, Jonathan McCaffrey <[email protected]> wrote: > When run on an Android manifest with Windows line endings from a Linux > shell, extract-debuggable.awk fails on the first XML attribute, at > this panic: > > if ( _xml_attrib !~ /^[a-z][-+_0-9a-z:]*$/ ) # validate it > _xml_panic("Invalid attribute name: " _xml_attrib); > > Changing the line endings to Unix solves the problem. > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- 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

