I found that this issue only occurred when there was a drawable resource in an Android Library that was being overloaded in either another Android Library or Android Application.
Are any of the icons/bitmaps in your project being redefined in a dependent project i.e. they have the same id? I also found the issue did not occur when Verbose build option is off. Craig On Mar 1, 11:17 pm, Andreas <[email protected]> wrote: > I noticed in my project that the latest appt crashes if verbose (-v) > output is turned on. Works fine without verbose output on the same > project. > > Thats the last output I see: > > trying overlaySet Key=icn_dropdown_43x43.png > baseFile zd has flavor (null) > overlayFile zd has flavor (null) > found a match (zd) for overlay file (null), for flavor > icn_dropdown_43x43.png > trying overlaySet Key=icon.png > baseFile zd has flavor (null) > overlayFile zd has flavor (null) > > Platform is win32. I could also provide more details of the crash from > the Windows crash reporter if required. > This was really annoying to find. :-) > > Andreas -- 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

