MANIFEST MERGER: It is possible to see the resulti

2020-02-27 05:18发布

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?

2条回答
闹够了就滚
2楼-- · 2020-02-27 05:42

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

enter image description here

see documentation: Merge multiple manifest files

查看更多
霸刀☆藐视天下
3楼-- · 2020-02-27 06:06

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

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

查看更多
登录 后发表回答