Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android ADT version 22, R.java files not generated

Tags:

After upgrading to Android ADT version 22 and cleaning my project, the R.java files went missing. I can't use setViewContent(R.layout.activity_main) because the activity cannot reference to the xml layout (due to the missing R.java). Also, when using the (ctrl + space) to get suggestions for setContentView, the code is not typed in. Upon looking at the error log, it shows that there was an "Unhandled event loop exception". The plug-in involved is the org.eclipse.ui.

Also, whenever I create a new Hello World project, the gen folder is empty. After a few hours, I tried the android studio. But I didn't like it there. Then, when I went back to Eclipse, there was an update for SDK platform tools and build tools. I updated them but I still get the errors.

I tried cleaning the project but no luck. What seems to be the problem?

like image 253
DirkJan Avatar asked May 16 '13 10:05

DirkJan


1 Answers

I had the same problem just solved it.

check:Java/Eclipse - No more R file ever

More info:https://groups.google.com/forum/?fromgroups=#!topic/android-developers/rCaeT3qckoE%5B1-25-false%5D

like image 192
Rany Ishak Avatar answered Oct 14 '22 18:10

Rany Ishak