I am using Android studio 1.2.2 and need to know how to create a new shape file in drawable folder. I have already done the same in Eclipse but unable to do so in the android studio 1.2.2
follow these steps
create a drawable folder in res directory.(if not present)
right click on drawable folder> New > Drawable resource file
Give your file a name and change the root element to shape. (its selector by default)
now you are good to go.