I have a problem with the #AdditionalRes attribute.
If I try to compile my project I get the following error while generating the R.java file.
I have found a question about the error on Stackoverflow with a possible solution. Maybe this is related.
Does B4A use aapt to generate the R.java file? If yes, does B4A use the --auto-add-overlay option? If not, can it be configured somewhere?
If I try to compile my project I get the following error while generating the R.java file.
res\values\analytics.xml:5: error: Resource at ga_trackingId appears in overlay but not in the base package; use <add-resource> to add.
I have found a question about the error on Stackoverflow with a possible solution. Maybe this is related.
Does B4A use aapt to generate the R.java file? If yes, does B4A use the --auto-add-overlay option? If not, can it be configured somewhere?