My R.java doesn’t generate more than 19 images… What is hapening? How can i fix that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.