(I don't think this is the right mailing list for this, but since I'm reading it...)
This is in preparation of better Library Project support. Right now they are used in source form and I'd like to be able to have library as a jar file and a set of resources instead. Generating non constant id for R.*.* will make these values not inlined when compiled, so that only the final id value (generated from the full set of resources coming from the project and libraries) is used. This is not used anywhere are this time though. We're still working on it. Xav On Tue, Jun 21, 2011 at 1:24 PM, Fabrizio Giudici <[email protected]> wrote: > aapt options say: > ... > --non-constant-id > Make the resources ID non constant. This is required to make an R java > class > that does not contain the final value but is used to make reusable > compiled > libraries that need to access resources. > > > It could resolve a problem of mine, but I can't see any difference in the > output; above all, I can't find any reference on the internet (this thing > would be useful to see what the option has been designed for and whether > it's similar to what I'm searching for). Does the option really exist or is > it a phantom? > > -- > Fabrizio Giudici - Java Architect, Project Manager > Tidalwave s.a.s. - "We make Java work. Everywhere." > java.net/blog/fabriziogiudici - www.tidalwave.it/people > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" 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/javaposse?hl=en. > > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
