rubenv / node-apk-parser

Extract Android Manifest info from an APK file.
MIT License
79 stars 25 forks source link

Tip: how to get apk-parser to work on 64-bit Ubuntu (newer versions) #11

Closed afollestad closed 9 years ago

afollestad commented 9 years ago

The newer versions of Ubuntu and Ubuntu server don't support x86 executables.

It can be enabled with this answer on StackOverflow, which should probably be detailed in the README of this project and on the NPM page: http://stackoverflow.com/a/19524010/309644

This is required to get aapt to run at all, otherwise errors are thrown when apk-parser attempts to spawn aapt.

rubenv commented 9 years ago

Good point. Could you send a pull request with updates to README?

afollestad commented 9 years ago

Of course, submitted