hsiafan/apk-parser

在使用ByteArrayApkFile方式解析时,获取签名信息会报异常为 Stream cloased

tangxianlai opened this issue · 0 comments

 ByteArrayApkFile apkFile = new ByteArrayApkFile(bytes);
  List<ApkSigner> signers = apkFile.getApkSingers(); // apk v1 signers
List<ApkV2Signer> v2signers = apkFile.getApkV2Singers(); // apk v2 signers

获取两种签名都会报异常为 Stream cloased