On Wed, Mar 25, 2009 at 5:44 PM, Stoyan Damov <[email protected]>wrote:
> I don't have a problem sharing my manifest file, but here's the > current difference between a manifests with which the app builds, and > one it doesn't - a SINGLE empty line. > For example, if my manifest contains these lines: > > <activity android:name="...</activity> > <activity ...></activity> > > it *won't* build. > > If, on the other hand it looks like this: > > <activity android:name="...</activity> > > <activity ...></activity> Can you please just provide a complete example that doesn't work? We have lots of manifest files with spaces in them. This isn't enough to help reproduce the problem. > >> However, make the difference -- this is not a bug report in the lines > >> of "aapt.exe crashed". I gave enough (for me at least) information how > >> to get from the crash address to the actual culprit code in aapt. > > a crash address is not enough information. > In some cases perhaps, in many cases, especially if the code is > written with many small functions, as opposed to a few big ones, it's > quite enough. It really doesn't make sense to be treating this as a SUPER SERIOUS MUST BE FIXED bug, and push off requests for help. Doesn't it make sense that it would be easier to debug if someone can look at the input files aapt is getting to know what it is trying to do? If it isn't important enough for you to spend some of your time helping diagnose the problem, why should anyone else believe that it is actually that important? Anyway, I have other work I need to do today, so I'll be looking forward to the bug being updated with a repro case. (Or would love to have a patch for aapt submitted that fixes it!) -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

