Ah this is a different problem. The plugin just look at all the source folders, and takes the first one that contains the package declared in the manifest.
There is no way at this point to specify which source folder you want to use in case several actually contains the package. Xav On Wed, Oct 1, 2008 at 11:47 PM, Alan Birtles <[EMAIL PROTECTED]> wrote: > > Im not trying to get it in a different package, I want it in the same > package but in a different source folder > > hackbod wrote: >> Don't do this. The R class is created for you by the build system, >> and just there for you to get constants out of. If you need those >> constants from another java package, just important the R class into >> that java file. >> >> On Oct 1, 4:03 pm, "Chris Chiappone" <[EMAIL PROTECTED]> wrote: >> >>> I was trying to think of a way to solve this also. Basically if you >>> extend R.java somewhere else then just reference your new subR.java >>> class and it would work. But you would still need to have the super >>> class in the the main packaged declared in the manifest. >>> >>> ~chris >>> >>> >>> >>> On Wed, Oct 1, 2008 at 3:34 PM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote: >>> >>> >>>> The R.java class is always created in the package declared in manifest. >>>> >>>> The only option you have is changing the package. >>>> >>>> Xav >>>> >>>> On Tue, Sep 30, 2008 at 8:42 AM, alan <[EMAIL PROTECTED]> wrote: >>>> >>>>> Is it possible to change the path of r.java? My application has shared >>>>> source folders with a J2ME app, r.java is automatically placed in the >>>>> first folder in the project which is one of the shared folders, i >>>>> would like it to be in one of the android specific folders >>>>> >>> -- >>> ~chris >>> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

