No matter what app i build it seems like the R.Java file always disappears no matter what!

It is fine up in till i clean the project. From there it disappears.

I have "Build Automatically" enabled as well

Does any one know how to fix this. It is starting to get very annoying!

link|improve this question

52% accept rate
2  
It disappears because it's a generated file, which is cleaned up when you say "Clean". It should reappear, though. Anything on the console? – Thomas Feb 5 '11 at 8:33
Is it regenerated or not? – Stéphane Feb 5 '11 at 10:09
feedback

2 Answers

Eclipse Android plug-in won´t generate R.java file if you have any errors in /res folder.

Check if there is under /res directory. A lot times I used to fix it by this way.

link|improve this answer
feedback

Works as designed, as it is a generated file.

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.