When I go into the res folder for my project I only see the drawable-hdpi, drawable-ldpi, and drawable-mdpi folders. Every tutorial I've read says put the image in the drawable folder. Am I supposed to have one?
It doesn't get created automatically when you create the project like the others. Just create a folder named drawable
in the same location as those other folders. You also do this for anim
, animator
, values-x
, raw
, menu
, and basically any other specialty resource folder that you may need.