Possible Duplicate:
Developing for Android in Eclipse: R.java not generating
what to do if R.Java file is delete when clean the project from eclipse ?
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.
It is normal that cleaning your project deletes the R.java file, this file is generated when your project is built.
If it’s not generated when building it’s generally because your resources files contains errors, check the problems view.