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

2009-05-08 Thread LambergaR
I am having the same problem. Richards solution doasnt help either. Any advice? On 5 maj, 00:13, Jinru He mikehe1...@gmail.com 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?

[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

[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 martin.s...@gmail.com: I am having the same problem. Richards solution doasnt help either. Any advice?

[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 x...@android.com wrote: When updating an old project that doesn't have the gen source folder

[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 richard.rootwirel...@gmail.com wrote: I have a number of projects that were

[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