My R.java doesn't generate more than 19 images... What is hapening? How can i fix that?
feedback
|
|
If you've cleaned your project, most likely you have introduced some XML bug that it's not telling you about. The more recent SDK has some quirks in it and it's very easy to introduce an XML bug that you're not told about explicitly but that prevents your R class from compiling correctly. It might be in your layout, it might be in your manifest... really, any xml could be the culprit. Make sure all your images are all lower case and that you don't have any identical files with different extensions like foo.jpg and foo.png. | |||
|
feedback
|
|
I am not sure about you case however, my case; I use Eclipse, sometimes it doesn't generate R.java
| |||
|
feedback
|