I am using Eclipse Juno IDE for my android development. I recently installed the latest ADT 22.0.0 plugin. After that I am facing an issue.
Whenever I create a new application, R.java file is automatically deleted. For existing projects which have had no issues, R.java file is getting deleted when Build the project or clean it.
I have tried my best to sort out this issue, and it still exists. Has anybody faced or facing similar issue?? Is there a way this can be resolved ?? Any suggestions out there...
I am giving minSdkVersion="8" and targetSdkVersion="17"
Please help at the earliest possible.