Hi,
 

I met a similar situation, and it was fixed by removing "import android.R;", 
though I really don't know why android.R was imported.

With "android.R", java files won't be able to read local resources properly.  
I'm not sure if you're meeting the same thing..

Best Regards!


 
> Date: Thu, 10 Mar 2011 20:00:13 -0800
> Subject: [android-developers] Re: Eclipse wont regenerate files since 
> downloading the 2.3 SDK
> From: zvasv...@gmail.com
> To: android-developers@googlegroups.com
> 
> Yes, this is exactly what I have to do. I don't think it's anything
> on our side of things, but who knows.
> 
> On Mar 11, 9:51 am, Ed Burnette <ed.burne...@gmail.com> wrote:
> > Sometimes I have to edit something innocuous in the xml file and in
> > a .java file and save it (with build automatically set) to get a clean
> > build. Project > Clean usually works but when it doesn't, the modify-
> > and-save trick usually works. Changing the Android build target
> > temporarily might jostle something loose too. I really wish all the
> > little oddities like this could be ironed out but I have no time to
> > try and fix it myself.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
                                          

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to