hsiafan/apk-parser

Null icon name in parsed manifest

Closed this issue · 2 comments

I found that the icon name is null for the following attached apk.
Version 2.1.1 works fine for this apk.
Version 2.1.2 results in the following exception: java.lang.NumberFormatException: For input string: "0x20000"
Version 2.1.3 onwards results in an empty icon name.

missing.icon.name.zip

A bug introduced recently.
Fixed in: dfe7770

Verified the fix. Thanks again for the quick response.