[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-05-08 Thread Xavier Ducrohet
Not sure what problem you have, but if it's related to the "gen" folder, just create it manually, and then right click it and choose Build Path > Use as source folder Xav 2009/5/7 LambergaR : > > I am having the same problem. Richards solution doasnt help either. > > Any advice? > > On 5 maj, 00

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-05-08 Thread André Charles Legendre
Hi I got this under Linux and I solved it by changing authorization of tools files and platform/tools files You must first go in the SDK directory and then chmod +x tools/* and then chmod +x platform/android*/tools/* You need also to have this directories in your PATH. Regards Andre 2009/5/

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-05-07 Thread LambergaR
I am having the same problem. Richards solution doasnt help either. Any advice? On 5 maj, 00:13, Jinru He wrote: > Hi, Xavier, > > I encounter the same problem. and I am pretty sure that I didnot have > thegenfolderbefore updating to ADT 0.9 > > How can i solve this problem? > > Thanks! > > On

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-05-05 Thread Jinru He
Hi, Xavier, I encounter the same problem. and I am pretty sure that I didnot have the gen folder before updating to ADT 0.9 How can i solve this problem? Thanks! On 4月30日, 下午5时54分, Xavier Ducrohet wrote: > When updating an old project that doesn't have the gen source folder > setup, it first

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-04-30 Thread Xavier Ducrohet
When updating an old project that doesn't have the gen source folder setup, it first detects if the gen folder already exists, and if so, generates this error. The idea was to not convert and pre-existing gen folder (or file) into an Eclipse source folder. Are you sure you didn't have the gen fol

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-04-30 Thread Richard Schilling
O.K. I resolved this. The problem was related to the fact that Eclipse couldn't properly handle the gen directory that it created. This error is generated: [2009-04-30 14:14:15 - MyApp] /MyApp/gen already exists but is not a source folder. Convert to a source folder or rename it. So, here's how

[android-developers] Re: Updated to 1.5 and R.java is not regeneratated

2009-04-30 Thread Richard Schilling
I also get this in the message window: [2009-04-30 14:14:15 - MyApp] /MyApp/gen already exists but is not a source folder. Convert to a source folder or rename it. Richard On Apr 30, 2:29 pm, Richard Schilling wrote: > I have a number of projects that were built and ran just fine under > th