I want to put:
manifestmerger.enabled=true
in my project.properties
file (see here for why; from googling it looks like this line is supposed to be added to project.properties
). However, at the top of my project.properties
file, it says:
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
If my project.properties
file is auto-generated and I'm not supposed to edit it, where do I put my manifestmerger.enabled=true
statement? I've been looking around but can't find an obvious place where it should go or how to edit project.properties
such that my edits aren't replaced when the file is auto-generated.