Here is a small doubt rather than a question.So a discussion is welcome. I recently was working on an android project and found that if a put a file with a capital letter in its name in the res/drawable then android cribs with a R.stamp error basically a build failure. Say for eg if put a file named picture.png it will build ok but not with say picTure.png . Is it some problem with android or am I missing something?
Share
The file name must contain only [a-z0-9_.]. Observe the console when you build it