[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-04-19 Thread draf...@gmail.com
id.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! > >

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-31 Thread ericharlow
I followed the below instructions that were posted on this issue and was successful in cleaning my project! Comment 3 by rui.mtd@gmail.com , Mar 7, 2011 Ok, after one and a half hour,

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-15 Thread Xavier Ducrohet
ally 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! >> >> >> >&

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-15 Thread Donal Rafferty
gt; > 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:

RE: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-11 Thread 曾少彬
e 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

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-11 Thread dario
For what it's worth, another workaround (and another hint to the underlying problem) is to add a library to the Java Build Path under Project Properties (e.g. add junit) save project, then remove it. -Dario On Mar 9, 7:56 pm, Zsolt Vasvari wrote: > > But if I click on the project and press F5 to

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-11 Thread Doug
If anyone is still having problem with this, please see a bug I filed with Google and star it if it applies to you. http://code.google.com/p/android/issues/detail?id=15209 Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-11 Thread Pent
> 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 migh

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-10 Thread Zsolt Vasvari
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 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.

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-10 Thread Ed Burnette
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 s

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-10 Thread Kostya Vasilyev
Are you also seeing "Project cannot be built until path dependencies are fixed" (or something like that) in the Problems view? Is the "gen" folder missing entirely? When this happened to me, I was able to fix it by repeatedly doing Refresh in the Package Explorer view (Right mouse - Refresh, o

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-10 Thread Donal Rafferty
Ok, I've tried everything and this is eating up far too much development time, Is there anyone with a proper solution to this? I have SDK 2.3 and the latest ADT on 3 different machines now and R.java wont rengenrate on any of them so someone else has to have the exact same problem and a solution?

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-10 Thread Donal Rafferty
Yep, tried all those and nothing happens when I try to use the fix project propeties. On Wed, Mar 9, 2011 at 3:13 PM, gary lucas wrote: > Something similar to this happened to me. > > Have you tried using the 'android' --> Fix this application from the > eclipse project manager view? > > Also, I

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread gary lucas
Something similar to this happened to me. Have you tried using the 'android' --> Fix this application from the eclipse project manager view? Also, I had R.Id.buttonX returning a TextEdit for awhile... I solved that by deleting the elements from the UI file and then saving and re- adding... I'm a

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread Zsolt Vasvari
> But if I click on the project and press F5 to refresh the error goes > away and the project builds fine and R.java is present. I tried this yesterday, it didn't work. It's definetely a Resource ID problem -- not sure what triggers it -- and it's a lot worse with ADT 10 than before. I just clea

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread ericharlow
I am using the 1.6 SDK + ADT 10 just downloaded it yesterday. I have the same issue with no generated R.java file after cleaning the project. But if I click on the project and press F5 to refresh the error goes away and the project builds fine and R.java is present. Is this an error in ADT 10? On

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread Donal Rafferty
I was hoping it would be something like that but its not, regeneration works fine on 2.2 SDK + a previous ADT but fails on 2.3 SDK + ADT 10, is there something in the Manifest I have to change for 2.3 SDK? On Wed, Mar 9, 2011 at 3:10 PM, Aitor Mendaza Ormaza wrote: > This once happened to me once

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread Aitor Mendaza Ormaza
This once happened to me once. I had an error in the AndroidManifest.xml file, but eclipse didn't show the error. Once fixed, everything went back to work again :) On Wed, Mar 9, 2011 at 3:34 PM, Donal Rafferty wrote: > No, the console is blank and there are no problems reported in the problems

Re: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread Donal Rafferty
No, the console is blank and there are no problems reported in the problems tab On Wed, Mar 9, 2011 at 2:27 PM, C. Plantier wrote: > Does the console show any error? > > On Mar 9, 3:04 pm, Donal Rafferty wrote: > > Just to add to this I have now also deleted every single XML file under > my > >

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-09 Thread C. Plantier
Does the console show any error? On Mar 9, 3:04 pm, Donal Rafferty wrote: > Just to add to this I have now also deleted every single XML file under my > res folder and the R.java file still did not rebuild, what is going on!?? > > > > > > > > On Wed, Mar 9, 2011 at 1:07 PM, Donal Rafferty wrote: