问题
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