Commit 7cfc5b82 authored by Administrator's avatar Administrator

classes index error

parent 9ad23731
......@@ -165,7 +165,7 @@ public class UnPackerToolKit {
File apkFile = new File(RatelToolKit.sContext.getPackageCodePath());
int maxIndex = 0;
int maxIndex = 1;
File target = new File(workDir, "unpacked.apk");
try (FileOutputStream fileOutputStream = new FileOutputStream(target)) {
try (ZipOutputStream zipOutputStream = new ZipOutputStream(fileOutputStream)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment