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

泄露秘密 提交于 2019-12-03 10:10:49

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

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

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.

see documentation: Merge multiple manifest files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!