Reputation: 7616
I know many similar questions have been asked for example this one. Mine is slightly different. I create a new android project using all the default settings (target SDK 4.2 Jelly Bean, min SDK 2.2 Froyo). The project is created without an R file. I tried cleaning the project and nothing happens. I tried looking for errors in the res folder and nothing happened. All my XML file names are lower case. What could I have messed up to cause brand new projects to not generate R files? Is there some Eclipse configuration that needs fixing? Is there some Android module that I haven't installed? Any help would be greatly appreciated.
Upvotes: 0
Views: 739
Reputation: 7092
make sure you have android sdk build tools installed from the sdk manager if you have updated adt to rev 22 Install it resart the eclipse and make clean and rebuild project it will work
Upvotes: 2