Possible Duplicate:
R file is missing android
Hello The file R.java is deleted when i clicked on "clean"
How can i recreated it??
thank you
Possible Duplicate:
R file is missing android
Hello The file R.java is deleted when i clicked on "clean"
How can i recreated it??
thank you
 
    
     
    
    jleedev... Another possibility is that you have an error in an xml file in which case the compiler cannot parse the xml file and will fail to generate a new R.java file. Usually there is a little red flag on the problematic child.
JAL
 
    
    The build process will remake it for you.
