AndroidManifest.xml processed output tool

人走茶凉 提交于 2019-12-11 04:17:26

问题


I'm going off a very vague memory, but there's a tool that is included in the Android SDK which, when you run it against an unsigned or a debug-signed application APK (I do not recall which), it outputs a 'processed' AndroidManifest file.

Howevever, I forgotten what the tool/flags are and I cannot find it online! Can someone help me? I hope the terminology is understandable but, you ran this SDK tool with a parameter on your unsigned/debug-signed APK (as I say, I can't recall which) and it generated an output which (I think) is what the Google Play store reads.

Sorry it's incredibly vague; if I find the tool I mean, I'll update this thread with it


回答1:


Perhaps you meant this:

    $ aapt dump badging <my_apk.apk>


来源:https://stackoverflow.com/questions/16145927/androidmanifest-xml-processed-output-tool

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