I just upgraded to Ubuntu 12.04 LTS and installed Eclipse (via Ubuntu Software Center). I also installed the Android SDK and plugin on Eclipse, however I imported an old project (which worked correctly before it) and it did not even generate the R.java file.
There gen/<my-package>is only a file with a name in the directory BuildConfig.java.
I tried to remove all warnings from my xml files, as well as Build, Clean, etc., but this will not work.
I do not know if I am missing any library or what, because this project was running fixed on Eclipse, before I installed Ubuntu 12.04 LTS.
I tried to create a new project and check if it creates an R.java file, however it was not created. Perhaps the problem is related to the eclipse.
UPDATE
The same thing happens with IntelliJ.
Please help me with this problem. Thank.
source
share