0

Every projects which is preexisted in workspace now gives problem of R can not be resolved so what i have to do. i have done lot effort but error is still there. Here is screen shot of that. image (Click on image to enlarge)

Nandkumar Tekale
  • 16,024
  • 8
  • 58
  • 85
Neha Patel
  • 24
  • 3

2 Answers2

1

Android generates the special R.java file from all your xml resource files. If it doesn't get generated, either the build process or IDE is not correctly configured or there's a problem in one or more of the xml files. Check your logs for any hints.

koljaTM
  • 10,064
  • 2
  • 40
  • 42
  • i have downloaded fresh new copy of adt bundle & i have started to create new project from that. but still there is same error. – Neha Patel Aug 23 '13 at 13:29
1

There are many reason when R can not be resolved error comes.

First try to clean your Project from Project--> Clean

Second Delete gen Folder and then restart your eclipe from File--> Restart

Then go to Windows --> Preferences --> Android --> and Select the API you want.

and again clean the Project and If need Restart your eclipse.

Hope this Help..

MDroid
  • 550
  • 4
  • 22