我刚刚更新了Android Studio 1.2.1.1,现在gradle在我的资源文件夹中遇到svg问题.我总是使用SVG没有问题,我希望它们将来会被"允许".
:app:mergeDebugResources
:app:mergeDebugResources FAILED
/home/petergriffin/folder1/another-app/MyAwesome-App/app/src/main/res/drawable-hdpi/logo.svg
Error:Error: The file name must end with .xml or .png
Error:Execution failed for task ':app:mergeDebugResources'.
> /home/petergriffin/folder1/another-app/MyAwesome-App/app/src/main/res/drawable-hdpi/logo.svg: Error: The file name must end with .xml or .png
Information:BUILD FAILED
Run Code Online (Sandbox Code Playgroud)
任何想法如何解决?