My project’s getting an error for drawable-land-xhdpi as an invalid resource directory name in the res/ folder. Anyone else have any ideas? I’ve had drawable-port-xhdpi sitting there just fine before, and it’s only when I added in the drawable-land-xhdpi folder that the errors started happening.
My project’s getting an error for drawable-land-xhdpi as an invalid resource directory name in
Share
Bah. Eclipse did something extra weird with the directory names so it imported into the project named drawable-land-xhdpi, but the actual folder name was drawable-land-xdpi (missing the “h” in xhdpi).
Lesson to be learned: always look for typos.