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

The error is like:

: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附近

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326777298&siteId=291194637