Android: Using SVG in res leads to error: “The file name must end with .xml or .

错误类似:

: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

添加:
android.disableResourceValidation=true
至
gradle.properties 
该文件在settings.gradle附近

猜你喜欢

转载自jameskaron.iteye.com/blog/2297422