Is there a way to preview a vector drawable

Solution 1:

There is a Preview tab especial for that at the right side (since Android Studio 2.0):

enter image description here

Solution 2:

If the Preview window doesn't automatically show. You can manually show the Preview window by going to View -> Tool Windows -> Preview in Android Studio's menu.

Solution 3:

There is a way to preview all the vector drawables in your project at the same time using the Android Studio plugin at https://plugins.jetbrains.com/plugin/10741-vector-drawable-thumbnails

just go to Settings -> Plugins -> Browse Repositories and search for "Vector Drawable Thumbnails"

Solution 4:

Android Studio 1.4 lets you preview VectorDrawables. Just double-click on them in your res/drawable folder.