无法导入创建的矢量drawable

时间:2017-03-20 14:01:05

标签: android svg vector

我有一个公式的图像,我将其转换为svg格式,然后转换为矢量可绘制格式。当我将其导入项目时,它会在xml布局中显示错误

这是矢量drawable

  <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="290"
android:viewportHeight="242"
android:width="362.5dp"
android:height="302.5dp"></vector>

here is the image of the error

1 个答案:

答案 0 :(得分:1)

这是因为你没有在矢量中给出路径..

try this link for converting svg into vector