Manifest Merger Error when using Dynamic Features and Build Flavors
问题 With dynamic-feature-modules it is possible to define in the AndroidManifest.xml wheter a module should come preinstalled: <dist:module ... dist:onDemand="false" dist:title="@string/title_shop"> .... </dist:module> or not: <dist:module ... dist:onDemand="true" dist:title="@string/title_shop"> .... </dist:module> I have two build flavors in my project. The module should be preinstalled in one flavor but not in the other. The idea is to have this default AndroidManifest.xml in the main source