Eclipse “invalid resource directory name”

Folders in the res-Folder are only allowed to be those defined by Android, for example “drawable”. See http://developer.android.com/guide/topics/resources/available-resources.html for more information. If you choose anything else you get the error “invalid resource directory name” when building your project.

Leave a Comment