I downloaded a google code through SVN , then I opened it in Eclipse but the Auto-generated Java files i.e. R.java are not being created. How to solve the issue.Please help.
Asked
Active
Viewed 300 times
0
-
possible duplicate of [Developing for Android in Eclipse: R.java not generating](http://stackoverflow.com/questions/2757107/developing-for-android-in-eclipse-r-java-not-generating) – eldarerathis Apr 05 '11 at 16:00
2 Answers
0
Also make sure you are checking out the project from the correct level. It has to be at the project level that it was created at or Eclipse will not know it is a Java project.
For example: Projects > MyProject1 > src
Dont check it out at Projects, check it out at MyProject1

chantheman
- 5,256
- 4
- 23
- 34