我刚刚更新了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
有什么办法可以解决这个问题吗?