[android-developers] Re: If delete R.java, how how can recover it?

2008-10-23 Thread Declan Shanaghy
droid-developers@googlegroups.com Subject: [android-developers] Re: If delete R.java, how how can recover it? It does :) On Wed, Oct 22, 2008 at 9:39 PM, Declan Shanaghy <[EMAIL PROTECTED]> wrote: > > If you build the app through ant rather than the eclipse UI does it > recreate R.j

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-22 Thread Romain Guy
It does :) On Wed, Oct 22, 2008 at 9:39 PM, Declan Shanaghy <[EMAIL PROTECTED]> wrote: > > If you build the app through ant rather than the eclipse UI does it > recreate R.java? > > > On Oct 22, 2008, at 10:11 AM, misbell wrote: > >> >> >> No one answered this question. >> >> Build Automatically

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-22 Thread Declan Shanaghy
If you build the app through ant rather than the eclipse UI does it recreate R.java? On Oct 22, 2008, at 10:11 AM, misbell wrote: > > > No one answered this question. > > Build Automatically is checked in Eclipse. Still doesn't regenerate > R.java. (Ganymede). > > Also, whenit existed, I made

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-22 Thread Xavier Ducrohet
The only reason R.java would not be generated is if there are errors in your XML resources. Check the Console view in Eclipse (make sure to switch to Android, as the plugin creates 2 consoles: DDMS and Android) to see if there is any output. Also check the Problems view and/or the Package Explore

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-22 Thread misbell
No one answered this question. Build Automatically is checked in Eclipse. Still doesn't regenerate R.java. (Ganymede). Also, whenit existed, I made a change to main.xml, r.java was NOT regenerated. There is nothing whatsoever wrong with my manifest file. The app ran perfectly before I dared to

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-06 Thread Xolotl Loki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I use eclipse and have never had this issue. Maybe you need to enable > the Build Automatically option. > I had this happen to me last night. I was trying to use an "@string/" value for an android:name in an action in an intent filter, but it wa

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-06 Thread Jake Maui
I use eclipse and have never had this issue. Maybe you need to enable the Build Automatically option. On Sat, Oct 4, 2008 at 3:46 PM, april <[EMAIL PROTECTED]> wrote: > > I recovered. However I found that even I update the files in drawable, > R.java doesn't updated. Have you found the same prob

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-04 Thread april
I recovered. However I found that even I update the files in drawable, R.java doesn't updated. Have you found the same problem? On Oct 4, 1:26 pm, april <[EMAIL PROTECTED]> wrote: > I accidentally delete R.java, all the files can't compile. How can I > let the system regenerate R.java. I am using