fenix3.resourcePath = $(fenix3.resourcePath);_jungle/fenix3_settings.xml
fenix5.resourcePath = $(fenix5.resourcePath);_jungle/fenix5_settings.xml
hi, very instructive thread,
I may have a question.
So far I created a project where default properties/settings are for CIQ2.4.0+ devices,
and sor far, for the fr45 I use jungle:
fr45.excludeAnnotations = older;LoG fr45.sourcePath = $(fr45.sourcePath);infCIQ240-source;LowDraw-source fr45.resourcePath = $(fr45.resourcePath);infCIQ240-resources
But I figured out that for exemple "pressure format" option even if don't loaded at runtime for the fr45 takes resources.
I found that I could do:
fr45.resourcePath = fr45-resources
and put in it all the resources needed for it,
BUT doing this, will it ignore the language resources folders like resources-eng ?
Infortunately yes. In my app I have separate resources for devices that only have 16K memory, so for all of the 9 devices I have a section for each language like:
many thanks,
I've just made some test and it seems (on the simulatore) the string file is loaded, I talk about settings.
about the ones you talked about is it also for settings or runtime using?
on my side I did:
fr45.resourcePath = e-resources;resources-round-208x208
in e-resources I put the defaut sting resource, (and all drawable etc )
and when I open the sim settings and change the language, it does work.