CodeIgnitor
CodeIgnitor

Reputation: 135

How to convert svg to vector asset for android

Is there a way to convert svg to vector asset supported by Android? I need this because I have several svg images and I want to use them in my android application development. However, currently i am unable to use them as they are not supported in android.

Upvotes: 1

Views: 1326

Answers (1)

Vucko
Vucko

Reputation: 7479

Yes, you can simply right click your drawable folder, select new->Vector asset and point it to your local SVG file. This Image will help you.

Upvotes: 3

Related Questions