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

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

[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 http://code.google.com/p/android/issues/detail?id=15209#c3 by rui.mtd@gmail.com http://code.google.com/u/@WRRWRVVXDhhAXgh5/, Mar 7, 2011 Ok, after one and a half hour, I

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

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

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

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

[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 might

[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

[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 zvasv...@gmail.com wrote: But if I click on the

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

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

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 lucas.g...@gmail.com wrote: Something similar to this happened to me. Have you tried using the 'android' -- Fix this application from the eclipse project manager

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 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, or

[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

[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 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

[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 draf...@gmail.com 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

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 clemplant...@gmail.com wrote: Does the console show any error? On Mar 9, 3:04 pm, Donal Rafferty draf...@gmail.com wrote: Just to add to this I have now also deleted

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 draf...@gmail.com wrote: No, the console is blank and there are no problems reported

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 aitorthe...@gmail.comwrote: This

[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

[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

[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