Open leonard-kawhi opened 2 years ago
简洁地描述下 Bug。
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)
Was that the full stack trace? Could you provide us the zip you're dealing with?
描述 Bug
简洁地描述下 Bug。
相关代码
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)