On apktool homepage apktool.org it say.
Not interested in rebuilding? Just attach -a to any command. Apktool will do its best to rip apart the resources and manifest for easy inspection.
I tried apktool -a d myfile.apk
not working, how do i use analyze switch -a
?
Your command has two problems:
-a
is wrong. The apktool website contains the text:The apktool help shows the correct command-line and argument ordering:
I your case you use the
decode
command and the option-m
, therefore you are getting the command-line: