decoding manifest file

42 views
Skip to first unread message

Rahul Wagh

unread,
Feb 29, 2020, 2:49:04 AM2/29/20
to apktool
hello
        i got this manifest file in original folder after decoing app using apktool. This file is in other type of decoding format how can i resolve this or any link or tool to decode that manifest.xml file? please help
docode_andoridmenifest.png

HGStyle

unread,
Sep 4, 2023, 10:26:11 AM9/4/23
to apktool

This tool called Androguard may help you, especially the axml command.
To install Androguard: install Python (preferably Python 3.8) if its not installed, then run this command in a terminal:
pip install androguard
If it fails, it's because Androguard is not compatible with Python 3.10 or greater (I haven't tested on Python 3.9) so just install Python 3.8 and run:
python3.8 -m pip install androguard
From now, you should be able to run the command `androguard --help`
If the command fails as not found, try re executing the last command you ran in an terminal with administrator privileges.
BTW, axml is a specific parser for AndroidManifest.xml file, so it should work 99% of the time.
Hope it helped !
Reply all
Reply to author
Forward
0 new messages