Interesting, thanks. It still breaks on SVG images, though (which we are loading through a third-party library right now).
Hey Dev Tools team: is putting SVGs into res/drawable ever going to be legal again? Mike On Wed, Aug 12, 2015 at 11:50 AM, Scott Olcott <[email protected]> wrote: > This is fixed for .webp images. > > On Wednesday, August 12, 2015 at 10:58:51 AM UTC-6, Mike Grafton wrote: >> >> Hi folks, >> >> I'd like to check up on this problem, as it's preventing me from >> upgrading to the 1.3 plugin. >> >> Is this being tracked anywhere on the AOSP issue tracker? Any idea when >> it will be fixed? >> >> Thanks! >> Mike >> >> On Fri, Aug 7, 2015 at 11:40 AM, Michael Grafton <[email protected]> >> wrote: >> >>> Hey Xavier et. al, >>> >>> Any news on this issue? I just tried to upgrade my project to 1.3.0 and >>> got this problem with our .svg files living in res/drawable. >>> >>> Mike >>> >>> On Mon, Aug 3, 2015 at 6:34 AM, Taehyun Park <[email protected]> >>> wrote: >>> >>>> Same here! I thought I am the only one using webp in drawable. Hope >>>> this is fixed asap. >>>> >>>> On Wednesday, June 3, 2015 at 2:28:57 AM UTC+9, Scott Olcott wrote: >>>>> >>>>> We have been using webp images in our src/main/res/drawable folder to >>>>> help reduce the size of our apk. This has been working for quite a while >>>>> for us. After trying out the 1.3.0-beta1 version of the gradle plugin >>>>> this >>>>> not longer works. We get the following error: >>>>> >>>>> FAILURE: Build failed with an exception. >>>>> >>>>> * What went wrong: >>>>> Execution failed for task ':module:mergeReleaseResources'. >>>>> > /path-to-module/src/main/res/drawable/image.webp: Error: The file >>>>> name must end with .xml or .png >>>>> >>>>> >>>>> Is this expected? Are webp images no longer supported? >>>>> >>>>> Thanks, >>>>> Scott >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "adt-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >> -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
