https://bugzilla.novell.com/show_bug.cgi?id=649393
https://bugzilla.novell.com/show_bug.cgi?id=649393#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pryor <[email protected]> 2010-10-29 21:19:18 UTC --- Hm... The problem is that `aapt dump resources bin/Debug/Test_ResourceArray.Test_ResourceArray.apk` doesn't list NavBar...anywhere. And since I'm parsing `aapt dump resources` output to construct Resources.designer.cs...well, it's not in there. :-( Glancing at the Android sources shows that aapt is reading the "nested symbols" table (symbols->getNestedSymbols()), but this table doesn't appear to be used by the 'aapt dump resources' command (or any other 'aapt dump' command). Thus, it (sadly) looks like instead of parsing the (reasonably uniform) 'aapt dump' output, I instead need to parse Java source. FML. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
