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

Skips unknown bytes if mismatch occurs after reading Configurations #1237

Merged
merged 1 commit into from
Apr 30, 2016

Conversation

iBotPeaches
Copy link
Owner

@@ -217,7 +222,10 @@ private ResType readTableType() throws IOException, AndrolibException {
}

private void readEntry() throws IOException, AndrolibException {
/* size */mIn.skipBytes(2);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsk tsk me. fix spacing

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.

Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file
1 participant