appknox / pyaxmlparser

Python3 Parser for Android XML file and get Application Name without using Androguard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception when parsing packages without a version name

bxlrltd opened this issue · comments

When trying to parse the 'com.android.chrome' APK, the following exception occurs:

File "/python/lib/python3.6/site-packages/pyaxmlparser/core.py", line 142, in version_name
    if not version_name.startswith("@"):
AttributeError: 'NoneType' object has no attribute 'startswith'

@bxlrltd Thanks for the bug report. It will be fixed in next release.