I downloaded the source for SpriteMethodTest, and I want to build it in Eclipse. So I Went:
File >> New >> Android Project >> Create Project From Existing Source >> SpriteMethodTest
It created the project alright, but the R class is not generated. Any file that references a resource in R says R cannot be resolved
.
Importing android.R just results in R.drawable.background cannot be resolved
. How do I generate R again?