I\'m using support library to show vector images on android kitkat. When I test my app on emulater I don\'t see any of these images. I made a separate layout for android lol
Additional be sure that your vector drawables located in drawable and not in drawable-anydpi.
drawable
drawable-anydpi
I end up often with problems if the graphics located in drawable-anydpi folder.