hsiafan/apk-parser

fail parse minSdkVersion

Closed this issue · 5 comments

using version:
compile group: 'net.dongliu', name: 'apk-parser', version: '2.6.5'
test code:
String minSdkVersion= apkMeta.getMinSdkVersion();`
java version:
"1.8.0_152"
default

The minSdkVersion is defined in the manifestXml, but is empty when parsing.

would you please provide a apk file which can trigger this issue?

should be fixed in new version 2.6.9

Ok,thank you!