0

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.

  • 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 Answers2

1

Building the project should be enough

ferostar
  • 7,074
  • 7
  • 38
  • 61
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