My system crashed and I had to re-install all my software. Now only like,..... half my android projects will build. It seems like the R class is not being built. I had this is
R.java will automatically created.
First of all you solve other errors of your project which are not related to R.java.
When you will solve all other errors your R.java will created automatically.
If you are still not able to remove errors.
Just comment the code which has errors other then R.java
Then one by one remove comments and resolve your errors.
Hope this will help you...