I just deleted the class R in my Android-Project, how can I get it back. I tried to clean the Project Setup, I created new Files which reference R. But nothing works. Please help me what can I do?
Best Regards
safari
|
I just deleted the class R in my Android-Project, how can I get it back. I tried to clean the Project Setup, I created new Files which reference R. But nothing works. Please help me what can I do? Best Regards safari
| |||||||||||||
feedback
|
|
You can right click on the project -> Android Tools -> Fix Project Properties. That should cause the R.java class to be re-generated. | |||||||||
feedback
|
|
If you are using eclipse then follow below steps
If this will not work then edit any of your java file or try to change Android library file, you need to anyhow build that will generate R.java | |||
|
feedback
|
|
I have had this problem and other similar problems related to the build in the past. The steps to follow are:
If this does not solve the problem, clean the project and then restart eclipse. This always resolves the problem for me. | |||
|
feedback
|