rubenv / node-apk-parser

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

Cannot parse APK with lines starting with other letters than 'A' or 'E' #10

Open boulaycote opened 9 years ago

boulaycote commented 9 years ago

I have a line like

C: " >\n"

In my apk. Should we ignore lines that start with anything other than 'A' or 'E', instead of crashing?