Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Unexpected chunk type:{8508, 16188} #52

Open
b202i opened this issue Dec 17, 2016 · 1 comment
Open

Unexpected chunk type:{8508, 16188} #52

b202i opened this issue Dec 17, 2016 · 1 comment

Comments

@b202i
Copy link

b202i commented Dec 17, 2016

The parser is throwing the following exceptions:

net.dongliu.apk.parser.exception.ParserException: Unexpected chunk type:16188
net.dongliu.apk.parser.exception.ParserException: Unexpected chunk type:8508

16188 may be caused when attempting to parse a non-binary XML file. Does this mean the APK is non-compliant?
https://code.google.com/p/android/issues/detail?id=211783

I could not find anything about chunk type: 8508

@hsiafan
Copy link
Owner

hsiafan commented Dec 21, 2016

Seems you are right, the xml file is not binary encoded.
8508 = <!
16188 = <?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants