Question

I have updated SDK for the latest but still I am getting this error .R cannot be resolved to a variable. I know its not generating R.java. what should I do to resolve this issue.

Was it helpful?

Solution

update your Platform-Tools and install Android Build tools too...

and restart your eclipse... hope this helps..
check here for more info..

OTHER TIPS

Assuming your Java code is correct, most likely your cause is an error in a resource or your AndroidManifest.xml file that is preventing R.java from being regenerated. To figure out what is going on:

  1. Look for red X marks in the Package Explorer for resources or the manifest
  2. Look in the Console for error messages
  3. Look in the Problems view for error messages

Refer this for other solutions: R cannot be resolved - Android error

Delete R.java file from your source folder. Now Clean your project Click on Project >> Clean >> Clean Project selected below >> Select your project from list >> ok.

and also try this.

Right Click on your Projectname >> Android Tools >> Fix project Property

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top