How to use the new manifest merger (of Android Studio and Gradle)?
Background In the past, when Eclipse&ADT were the official tools to develop for Android, you could simply use " manifestmerger.enabled=true " inside the " project.properties " of the app's project, and you got it merging all of the libraries' manifests automatically (and I've posted about it here ). This worked, sometimes. It had a lot of weird issues, and I always preferred to just avoid using it, and put what is needed into the main manifest file manually. The problem Somewhere on 2014, Google announced that the new Android-Studio (0.1 I think), together with Gradle, will allow you to choose