Android studio mipmap and 9-patch drawables
I am facing strange issue trying to put 9 patch drawables into new android studio mipmap directories. I've put all the images to specified folders, just as I used to do with drawable, but when I try to include it in a project it says Cannot resolve symbol @mipmap/myfile but it definitely "finds" it as you can see at the screenshot. I think it cannot resolve the symbol because the "real" filename has .9, but dots cannot be used in defining drawable. ( I tried, it didn't work :) ) Is someone esle is facing same problem? Currently, I've added the drawables folders and defined everything eclipse