[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-18 Thread Hitesh Seth
An update: This problem again occured while making a new project. This time I noted why this was happening. In console window there was an error aapt aborted. Since aapt is the tool that auto-generate R.java, therefore, R.java was not getting generated. @Chihau -- No updates were available.

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-09 Thread Chihau Chau
Do you have the last version of Eclipse Plugin? In Eclipse Europa: 1. Select *Help* *Software Updates* *Find and Install...*. 2. Select *Search for updates of the currently installed features* and click *Finish*. 3. If any update for ADT is available, select and install. 4.

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-07 Thread Hitesh Seth
I don't know how but the problem disappeared automatically just like it appeared automatically. Now it working fine R.java is again etting updated without me changing anything. :-? @Advanceroot -- When the problem was there, I had tried even that. Then nothing happened. Even adding a new

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-06 Thread Advanceroot
At first, make sure that your project is without any error. Secondly, try to modify the res files, for example, add a blankspace in layout xml file, then rebuild(or build automatically if you set so). 2008/11/6 Hitesh Seth [EMAIL PROTECTED] @PorkChop -- Exactly what should I check in

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-05 Thread Hitesh Seth
@PorkChop -- Exactly what should I check in AndroidManifest.xml because i was auto-generated by plugin so I dont think it should have any problem. @Gymshoe - Yeah, even build all doesn't help. Although, I am able to generate R.java by trying to run application but it is not getting updated, not

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-10-28 Thread gymshoe
Can you verify that you have selected at the top menu: Project Build All (I don't know alot, but if Build All is not selected, it won't regenerate the R.java) Jim On Oct 28, 3:57 pm, PorkChop [EMAIL PROTECTED] wrote: I have had a similar problem with it not generating R.java because there