Using the new “manifestmerger” property in Android

Add the following line to your project.properties file of your application project.

manifestmerger.enabled=true 

Introduced with Android SDK Tools, Revision 20 (June 2012):
https://developer.android.com/studio/releases/sdk-tools

Build System
    * Added automatic merging of library project manifest files into the including project’s manifest.
      Enable this feature with the manifestmerger.enabled property.

Leave a Comment