[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-27 Thread ClarkBattle
I had a problem with this too. My problem was that I was making a sliding drawer and forgot to add the id and xmlns to the enclosing FrameLayout http://schemas.android.com/apk/res/android"; android:id="@+id/frameLayout"> Adding that fixed it. Thats the problem with XML layout. Its har

[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-14 Thread jax
Brilliant I Build Automatically was unchecked. On Oct 15, 5:07 am, Xavier Ducrohet wrote: > Did you uncheck Project > Build Automatically? > Launching the project forces a compile so that may be what is happening. > > Xav > > On Tue, Oct 13, 2009 at 8:57 PM, jax wrote: > > > I have notices tha

[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-14 Thread Xavier Ducrohet
Did you uncheck Project > Build Automatically? Launching the project forces a compile so that may be what is happening. Xav On Tue, Oct 13, 2009 at 8:57 PM, jax wrote: > > I have notices that R.java sometimes noes not refresh when I edit (and > save) an XML file. The only way I have been able

[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-14 Thread Balwinder Kaur (T-Mobile USA)
In Eclipse, under the Project menu, is an option build automatically. That would help you build the R.java file everytime modifications are made. The Clean... option is also there under Project. Balwinder Kaur Mobile.Software.Development ·T· · ·Mobile· stick together The views, opinions and stat

[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-14 Thread jax
how to you run a clean? On Oct 14, 6:41 pm, Smelly Eddie wrote: > I may be mistaken, but if you run a clean on the project it should > regenerate all the generated java files, namely R. > > On Oct 13, 11:57 pm, jax wrote: > > > I have notices that R.java sometimes noes not refresh when I edit (

[android-beginners] Re: R.java sometimes doen not refresh itself in eclipse

2009-10-14 Thread Smelly Eddie
I may be mistaken, but if you run a clean on the project it should regenerate all the generated java files, namely R. On Oct 13, 11:57 pm, jax wrote: > I have notices that R.java sometimes noes not refresh when I edit (and > save) an XML file.  The only way I have been able to get around this