Search code examples
androidandroid-studioandroid-manifestandroid-gradle-pluginmanifest-merging

MANIFEST MERGER: It is possible to see the resulting mixed Manifest?


I have a library module with a huge manifest. Also i have a application module with a huge manifest very similar to my library manifest but with package name changes. Now i want to see the resulting mixed manifest of Manifest Merger process.

How can i see it?


Solution

  • You find the manifest in your build folder, e.g.

    /project/module/build/intermediates/manifests/full/debug/AndroidManifest.xml