Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I checked a fix for the missing AndroidManifest.xml issue, please pull it into the master repository if you think it's ok #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jlarimer
Copy link

fix for issue #61: AndroidManifest.xml is missed in the decoded folder of some packages

see: http://code.google.com/p/android-apktool/issues/detail?id=61

This fix allows AXmlResourceParser to work without an AttrDecoder. If there is no AttrDecoder specified, it dumps attribute strings directly without looking them up in the resource database.

If there is a resources.asrc in the APK, the AndroidManifest.xml file gets parsed like it did before. If there isn't one, it gets parsed without an AttrDecoder.

…r of some packages

see: http://code.google.com/p/android-apktool/issues/detail?id=61

This fix allows AXmlResourceParser to work without an AttrDecoder. If there is no AttrDecoder specified, it dumps attribute strings directly without looking them up in the resource database.

If there is a resources.asrc in the APK, the AndroidManifest.xml file gets parsed like it did before. If there isn't one, it gets parsed without an AttrDecoder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants