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 th
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/styles.xml: commented out the following:
In res/values/themes.xml: comment out the following:
- @style/iWindowTitleBackground
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.