[android-developers] Re: aapt crashes with -v

2011-10-12 Thread Sam Blomberg
I recently encountered the problem as well. Verbose logging pauses in the Eclipse Console every 7 seconds on my Windows 7 machine, so I wasn't able to get any error information other than 'aapt' error. Pre Compiler Build aborted. After manually executing the aapt command from cmd prompt, I got

[android-developers] Re: aapt crashes with -v

2011-10-05 Thread Travis
I can confirm Quick Draw's findings. For me AAPT would crash on every build if I enabled verbose logging. I found one of my drawables that was the same name as a drawable in a dependent Android project and after renaming it every thing works fine. -- You received this message because you

[android-developers] Re: aapt crashes with -v

2011-05-17 Thread Joan Pujol
It also happened to me after changing debug level to -v There is any bug report for that? Or can I open one? Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: aapt crashes with -v

2011-03-07 Thread Quick Draw
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