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

前端 未结 2 1482
说谎
说谎 2021-01-01 09:54

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

相关标签:
2条回答
  • 2021-01-01 10:34

    In Android Studio 3.3 you can also see Merged Manifest by clicking on Merged Manifest tab. It's showed at the bottom of the editor pane when you open your standard project manifest.

    see documentation: Merge multiple manifest files

    0 讨论(0)
  • 2021-01-01 10:47

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

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

    0 讨论(0)
提交回复
热议问题