This is my third time setting up my android env in eclipse (for different computers). This time I cannot get it to work, something didnt get set up correctly or I'm forgetting something.

gen folder is not getting generated and of course no R.java file. I have searched online everywhere and cannot find a solution to this problem. That applies to creating a new project and using android sample projects.

No I do not have import android.R, restarted eclipse mult times, did clean project, build project, no new updates to be installed.. Thanks in advance, any help would be great!

link|improve this question
possible duplicate of R cannot be resolved - Android error – Pankaj Kumar Nov 25 '11 at 7:55
1  
I have read that one. And seemed like the guy had import android.R that eclipse adds, that is not the case for me. – tasha Nov 25 '11 at 8:12
Do you ADK 14? tools.android.com/tips/non-constant-fields though the link says only switch cases, its affecting the generation of R.java for me in this system with latest ADK. – Chandra Mohan Nov 25 '11 at 17:31
It wasn't version dependent. It resolved itself now.. – tasha Nov 25 '11 at 18:13
feedback

2 Answers

This is usually due to a quirk in Eclipse. Often, but not always, it is solved by this magic invocation: Pressing ctrl+shift+O, then "Project Clean" (uncheck "Build automatically" first), then "Build All" and see if it works.

link|improve this answer
1  
I didn't get to try your magic trick :) It started to work for some reason. I messed with adk manager, installed some extra stuff, restarted again and it resolved.. The saddest part I dont even know what really fixed it. Eclipse drives me insane sometimes :D – tasha Nov 25 '11 at 8:15
feedback

TRy closing and starting eclipse again.

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.