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

parsing versionCode doesn't respect 32-bit ints #24

Open
tjlahr opened this issue Aug 11, 2014 · 0 comments
Open

parsing versionCode doesn't respect 32-bit ints #24

tjlahr opened this issue Aug 11, 2014 · 0 comments

Comments

@tjlahr
Copy link

tjlahr commented Aug 11, 2014

The routine that's parsing the compiled manifest isn't handling 0xffffffff correctly. If I set versionCode to -1 in my AndroidManifest.xml, ruby_apk parses this as 4294967295.

This probably requires a fix in axml_parser.rb, but I haven't had a chance to track down exactly where yet.

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

1 participant