Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 179dd01

Browse files
authored
Update LibsManager.java
1 parent 828668c commit 179dd01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/id.my.alvinq.prokitid.app/libs/LibsManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ public void loadLib(File file) {
4545
libPath.mkdirs();
4646
}
4747
}
48+
try {
4849
copyFolderFromJar(file.getAbsolutePath(), "native", libPath);
4950
dcl = new DexClassLoader(file.getAbsolutePath(),this.cDir.getAbsolutePath(),libPath.getAbsolutePath(),this.context.getClassLoader());
51+
} catch (IOException e) {}
5052
} else {
5153
dcl = new DexClassLoader(file.getAbsolutePath(),this.cDir.getAbsolutePath(),null,this.context.getClassLoader());
5254
}

0 commit comments

Comments
 (0)