Blankj / Blankj/AndroidUtilCode
java.util.zip.ZipException: error in opening zip file
- Dominant language
- Java
- Stars
- 33.6k
- Forks
- 10.6k
- PR merge metrics
- No merged PRs in 30d
Description
## 描述 Bug
简洁地描述下 Bug。
- AndroidUtilCode 的版本:1.30.6
- 出现 Bug 的设备型号:
- 设备的 Android 版本:android 7.1
## 相关代码
ZipUtils.unzipFile(zipFile, destDir);
## 异常堆栈
at java.util.zip.ZipFile.open(Native Method)
2022-09-26 18:09:14.389 10305-10305/? W/System.err: at java.util.zip.ZipFile.(ZipFile.java:225)
2022-09-26 18:09:14.389 10305-10305/? W/System.err: at java.util.zip.ZipFile.(ZipFile.java:148)
2022-09-26 18:09:14.390 10305-10305/? W/System.err: at java.util.zip.ZipFile.(ZipFile.java:162)
2022-09-26 18:09:14.390 10305-10305/? W/System.err: at com.blankj.utilcode.util.ZipUtils.unzipFileByKeyword(ZipUtils.java:290)
2022-09-26 18:09:14.390 10305-10305/? W/System.err: at com.blankj.utilcode.util.ZipUtils.unzipFile(ZipUtils.java:256)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.