Peli, thanks for your input. Because of the described problems I discarded the approach to make a separate beta and reverted my work. As this approach might be relevant for the future I will try to follow your suggestions next time and feed back.
Thanks, Mariano On Mon, Mar 30, 2009 at 10:09 AM, Peli <[email protected]> wrote: > > I just wanted to point out that you should try to fix all errors in > the resource files (layout, ...) first. Otherwise, if there is an > error in one of those files, R.java will not be recreated, and you > will see lots of more errors in your code. If you don't have any red > spots in the Manifest or in your layout files, then R.java should be > created. Do you see it already? > > Peli > > On Mar 30, 7:20 am, Mariano Kamp <[email protected]> wrote: > > Hey Peli, > > what do you mean? Like com.a.MyView? I specified them fully qualified, > so > > that shouldn't be a problem, or should it? > > > > Cheers, > > Mariano > > > > On Mon, Mar 30, 2009 at 12:55 AM, Peli <[email protected]> wrote: > > > > > Have you used any class names in your layout files? If yes, then they > > > also have to be changed, otherwise R.java is not recreated. > > > > > Peli > > >www.openintents.org > > > > > On Mar 29, 9:35 pm, Mariano Kamp <[email protected]> wrote: > > > > Hey Faber, > > > > there is no R that I can delete. > > > > > > Yes, I did a clean / build all. > > > > > > Mariano > > > > > > On Sun, Mar 29, 2009 at 3:56 PM, Faber Fedor <[email protected]> > > > wrote: > > > > > Have you tried deleting R altogether? > > > > > > > You can also do a complete rebuild of the project. Uncheck Project > -> > > > Build > > > > > Automatically and then select Project -> Build All > > > > > > > On Sun, Mar 29, 2009 at 7:18 AM, Mariano Kamp < > [email protected] > > > >wrote: > > > > > > >> Hi, > > > > >> I renamed the package in the manifest from com.a to com.a.beta > in > > > order > > > > >> to upload a different version to the Android Market. > > > > > > >> In the manifest I changed the referenced entities (services, > > > activities > > > > >> etc.) to use the fully qualified name "com.a.X" instead of just > ".X". > > > Of > > > > >> course the code still references com.a.R, so there is lots of > errors > > > in > > > > >> Eclipse. My expectation would have been though that R.java will be > > > > >> regenerated in com.a.beta. But it is not generated at all. Any > ideas? > > > > > > >> Cheers, > > > > >> Mariano > > > > > > > -- > > > > > > > Faber Fedor > > > > > Linux New Jersey > > > > >http://linuxnj.com > > > > > faberfedor.blogspot.com > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

