Hi, I have meet the same problem before, maybe you can try it. I just found one image file in res/drawable/ folder was bad (but it still can view it by acdsee problem) so I remove all image file and re-put it one-by-one then find what image file is not good. Just replace the file, then R.java is ok.
p.s. Because before the R.java can't generate, I put some image files to res/drawable, so I just check the image files and found this problem, maybe you should think about what you do before the problem appear. Ryan Daniel Green 提到: > The only issues that come up with the resources occur when I try to > modify and save one of the files. This is because it is not > regenerating the R.java, so I believe it is a symptom, not a cause. > > As far as the .project is concerned, I've checked the file and > compared it to working ones and it is exactly the same. > > On Jul 24, 5:56�am, Christian <[email protected]> > wrote: > >> Maybe your .project has not the nature or the entry for the builder >> anymore? >> >> On Jul 23, 7:23 pm, Daniel Green <[email protected]> wrote: >> >> >> >> >>> I've been working on a project for several weeks now, and just tonight >>> I started having a problem. TheR.javafile is no longer being >>> generated. I've attempted to clean the project (the first time I do >>> this it removes theR.javafile but doesn't regenerate it) and have >>> tried uninstalling and reinstalling the SDK. I've also tried resetting >>> adb to no avail. >>> >>> This problem does not occur in my other Android projects. They clean >>> just fine and regenerate theR.javafile like nothing is wrong. This >>> particular project is the only one suffering from this problem. >>> >>> Does anyone have any insight? >>> >>> Thanks, >>> Daniel >>> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

