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

Error "Wrong Local header signature: 0x3F8" come while apk reading #15

Open
vesvikardipesh opened this issue Feb 27, 2018 · 3 comments
Open

Comments

@vesvikardipesh
Copy link

I am using "Youtube" apk and when this apk reading using this code it will give exception "Wrong Local header signature: 0x3F8" at line "while((item = zip.GetNextEntry()) != null)". Some apk's are read properly but some apk's are giving these type of exceptions.

Can you please help me for this issue.

@niyouwoxi
Copy link

i have the same issue

@vassav
Copy link
Contributor

vassav commented Aug 6, 2018

Problem in ZipInputStream. May be incorrect apk file (zip archive).
You can try exit from loop after parse "androidmanifest.xml" and "resources.arsc" content.
see #19

@hylander0
Copy link
Owner

I have accepted the pull request. Please confirm this address the problem.

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

No branches or pull requests

4 participants