I update some Android SDK in Eclipse (today when I open Eclipse this shows me a message asking for an essential update), and now when a create a new project the R.java file is not generated. I not have an import android.R, my layout files not contain errors and I try Project -> Clean.
Asked
Active
Viewed 63 times
0
-
Check the Lint warnings. – gunar Sep 04 '13 at 19:52
-
You might have better luck on the eclipse and/or the ADT forums. – David says Reinstate Monica Sep 04 '13 at 20:26
-
I found the solution here: http://stackoverflow.com/questions/16584015/java-eclipse-no-more-r-file-ever/16584243#16584243 – Danilo Silva Sep 06 '13 at 13:05