I just deleted the class R in my Android-Project, how can I get it back. I tried to clean the Project Setup, I created new Files which reference R. But nothing works. Please help me what can I do?

Best Regards

safari

link|improve this question

2  
I would start by pulling the power cord. :-) – Amigable Clark Kant Dec 6 '11 at 10:18
3  
its a laptop, still power on it haha :D – safari Dec 6 '11 at 10:19
Pull out the battery then! – Aki Dec 6 '11 at 10:25
i hate you guys! – safari Dec 6 '11 at 10:26
feedback

3 Answers

up vote 7 down vote accepted

You can right click on the project -> Android Tools -> Fix Project Properties. That should cause the R.java class to be re-generated.

link|improve this answer
dosn't work :(((( – safari Dec 6 '11 at 10:22
Try to create new project and check if R.java is created, if it is then check if your old project doesn`t have errors in layout folder. – Dmytro Danylyk Dec 6 '11 at 10:25
By the way did you have 9 patch images in your project? – Dmytro Danylyk Dec 6 '11 at 10:35
9 pach images`?? – safari Dec 6 '11 at 10:40
feedback

If you are using eclipse then follow below steps

  1. Goto Project Menu and then clean
  2. Select "Clean projects selected below"
  3. Select your project
  4. select "start a buid immediatly"
  5. Select "build only selected project" and
  6. click ok to clean your workspace and build from scratch.

If this will not work then edit any of your java file or try to change Android library file, you need to anyhow build that will generate R.java

link|improve this answer
feedback

I have had this problem and other similar problems related to the build in the past.

The steps to follow are:

  • Clean the project.

If this does not solve the problem, clean the project and then restart eclipse. This always resolves the problem for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.