JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
Any idea to below ?? Also, can I overlay source java files without modifying the original ?
> Also, can I overlay source java files without modifying the original ?
No, the overlay system only works on files read by the resource
compiler (aapt). Besides, you don't want to overlay Java source
files anyway. Source control systems like Git were invented for
that purpose.
--
Magnus B�ck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson
> I apologize in advance - but I'm missing something with your clue to
> "find device-name strings.xml". (sorry)
That's "find device -name strings.xml". I'd expect that
command to reveal a couple of device overlay files where
string are being overlaid.
> I have modified the strings.xml file and cannot build android and
> receive the following error;
>
> *** No rule to Make target 'framework/base/core/res/res/values/
> strings', needed by 'out/target/common/obj/APPS/framework-
> res_intermediates/src/R.stamp'. Stop.
Sorry, but that doesn't make any sense if you indeed only
added/changed/deleted a few lines in strings.xml. Please
make sure you haven't inadvertently made other changes
to your workspace.
> > > I have tried until I am blue in the face. �I can overlay pretty
> > > much everything it seems without issue except thestrings.xml file
> > > ??? �It says something about using <add-resource> ??? �Huh ?? �Can
> > > someone give me some direction on what the proper way is to
> > > overlay a strings.xml value I have added to an application ??
If you in an overlay add string resources rather than modify
existing ones you need to declare them with <add-resource>.
See http://goo.gl/OEygO for details.
--
Magnus B�ck
ba...@google.com
You received this message because you are subscribed to a topic in the Google Groups "Android Building" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-building/RlaTfhi-dds/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to android-buildi...@googlegroups.com.