I opened an android application project called Test Canvas and later cleaned it by Project > Clean ... 'Bulid Automatically' option was ticked. Then the R.java file was deleted and it did not regenerated.I tried all the other options mentioned in the questions of stackexchange.But the R.java file remained missing.
One answer said that R.java generation fails because of errors in .xml files.But there were no errors.I'm 100% sure.
Then i created a new android application project which cannot have any issues in xml files.
When i created the new project it didn't came with the R.java file. I tried cleaning and building with different combinations.It still doesn't work.
I am using eclipse Helios Android API 15 Android SDK Manager Revision 22 JDK 7U25
Can any one help me on this please?