[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 FrameLayout xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/frameLayout Adding that fixed it. Thats the

[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 jackma...@gmail.com 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 jax
how to you run a clean? On Oct 14, 6:41 pm, Smelly Eddie ollit...@gmail.com 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 jackma...@gmail.com wrote: I have notices that R.java sometimes

[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

[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 jackma...@gmail.com wrote: I have notices that R.java sometimes noes not refresh when I edit (and save) an XML file. The only way I

[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 x...@android.com 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 jackma...@gmail.com