Re: [android-developers] "R cannot be resolved to a variable" when deleting main.out.xml file

2012-04-15 Thread James Black
Have you added an import to your activity? You may want to look at this: http://stackoverflow.com/questions/885009/r-cannot-be-resolved-android-error On Sun, Apr 15, 2012 at 1:34 PM, Ruben Royo wrote: > > Hello, > > I had the mistake of clicking on "Run" on eclipse while I was on a xml > file (

[android-developers] "R cannot be resolved to a variable" when deleting main.out.xml file

2012-04-15 Thread Ruben Royo
Hello, I had the mistake of clicking on "Run" on eclipse while I was on a xml file (main.xml). Eclipse created the main.out.xml file and I got a lot of problems. I deleted the main.out.xml file and cleaned the project and I still get the error that says: "R cannot be resolved to a variable" I d