rubenv / node-apk-parser

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

Doesn't work in windows. #1

Open coreyog opened 10 years ago

coreyog commented 10 years ago

I tried to get this to work in windows but there were several blockages. The install.js doesn't acknowledge windows. If it looks for os.type() == 'Windows_NT' and sets platform to 'windows' then it will download successfully but then it can't use the unzip command line. It should use node's zlib library. Even if you get passed that by manually placing aapt in the tools folder, there are issues parsing the actual aapt output. I would love to see this working on windows.

rubenv commented 10 years ago

Yup, this isn't tested on Windows. Would be nice to have it there, but I don't have a development setup on Windows at hand.

jdarling commented 10 years ago

My PR (#2) has a fix for windows and updates for the new C: symbol in the manifest.