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.
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:
<style name="iWindowTitleBackground" parent="android:WindowTitleBackground">
<item name="android:background">@drawable/title_bar</item>
</style>
In res/values/themes.xml: comment out the following:
<item name="android:windowTitleBackgroundStyle">@style/iWindowTitleBackground</item>
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.