I would like to build several android projects that reference the same jar files using ant. I do not want to copy the jar file to each libs directory in the project (due to
As per the question here and my answer taken from here, the offered solution does not work as of now. Until the filed bug is fixed. The solution, as mentioned in the referenced answer, is copied below.
I add this to my custom_rules.xml
template and it seems to be working fine.
I supposed it's only a few more lines than adding path to the ant.properties
file until we get a better solution.