I have a android project which was automatically configured by my Eclipse IDE. Inside the res folder of the project were 3 folders drawable-ldpi, drawable-mdpi, and drawable-hdpi. I wish to support xdpi as well so I added the folder in manually and I receive a “invalid resource directory name” problem. I don’t know if the following information is relevant but from searching it might be. My minimum supported sdk is 10 and targeted it 15.
I have a android project which was automatically configured by my Eclipse IDE. Inside
Share
It’s a simple spelling mistake. Rename
"xdpi"to"xhdpi". You’re missing the"h"