I have downloaded code from google codes but when I import that project in my eclipse IDE it does not generate R.Java file.I searched many blogs and forums and tried many things like cleaning ,rebuilding, creating project from existing source etc but still facing the problem.Some people mentioned that it is sometimes caused by the SVN client software,but none of them mentioned any solution for that.I will be very thankful to you guys if you download it yourself and find what is the exact problem.
feedback
|
|
In general, to make it work:
But It doesn't, Why? Because there are some compile error (or bug?) regarding to the xml file in res, so R is not genetared (I've tested on my Mac):
In res/values/themes.xml: comment out the following:
Then do a Project -> Clean, you should get R.java generated. There is bug reported that parent="android:WindowTitleBackground" cannot be resolved in some operating system, check out here for more details. | |||||
feedback
|
|
When i come across this problem I delete the gen folder and it will be recreated with all the r files | |||
feedback
|
|
you will see at the top of your file it says import android.r or r.java i forget. you need to remove this line, clean the project, and rerun. | |||
|
feedback
|