简体   繁体   中英

Exception parsing Vector Asset in Android Studio

I am getting issue while I try to generate Vector Asset from a SVG file contains in my local folder as per the new Android Studio version 1.4 support feature for Vector Drawables. I have attached the screenshot of the error I am getting as follows

在此处输入图片说明

I am really confused and don't know how to proceed since Vector Drawable(SVG) support is new to me in Android. Any kind of help would be useful for me. Thanks in advance.

Note: The default Material Icon are working great but I am facing problem only while I try to import from Local SVG file

As I noticed and imported the svg to to the vectors , svg having path only is easily convertible to vector drawables. There is certain limitation to the vector drawables as they only use the path (as denoted by d in svg) to draw a shape.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM