Using Svg Image In Andriod Studio

How to add SVG images in Android Studio project.

Using an already existing project or create a new project.

  • Navigate to your project -> res folder. image.png
  • In your res folder, right click on drawable, go to New and click on Vector Asset. image.png
  • Then configure Vector Asset by Clicking on the Local files(SVG,PSD) to add the image image.png
  • Locate the path/location on the computer, where the SVG image is saved and click to add. image.png
  • Give it a name and you can make other changes as well. Click on next image.png
  • And finally, click on finish to add it to your project. image.png
  • You can view it in your drawable folder. image.png

image.png