We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63af5b7 commit ddeeb66Copy full SHA for ddeeb66
src/main/java/id.my.alvinq.prokitid.libs/Libs.java
@@ -8,7 +8,7 @@ public class Libs {
8
public static void onLoad(Context context) {
9
CacheLogger.logAllCacheFiles(context);
10
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
11
- File lcon = new File(context.getCacheDir() + "/native/libmod.so");
+ File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
12
System.load(lcon.getAbsolutePath());
13
}
14
0 commit comments