This repository was archived by the owner on Dec 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/id.my.alvinq.prokitid.libs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99public class Libs {
1010 public static void onLoad (Context context ) {
11- Toast .makeText (context , "PL loaded!" , Toast .LENGTH_LONG ).show ();
1211 new FileUtils (context );
1312 Intent intent = ((Activity ) context ).getIntent ();
1413 String mcPath = intent .getStringExtra ("MC_PATH" );
14+ Toast .makeText (context , "PL loaded!\n " + mcPath , Toast .LENGTH_LONG ).show ();
1515 /*File libFile = new File(mcPath,"lib/arm64");
1616 String libPath = libFile.getAbsolutePath();
1717 libFile.mkdirs();
@@ -23,6 +23,6 @@ public static void onLoad(Context context) {
2323 FileUtils.copyFolder(dataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/internal/data");
2424 FileUtils.copyFolder(externalDataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/data");
2525 System.loadLibrary("mtbinloader2");*/
26- FileUtils .copyFolder (mcPath + "/lib" , "/ storage/emulated/0/alvinqid/minecraft/lib" );
26+ FileUtils .copyFolder ("/ storage/emulated/0/alvinqid/minecraft/lib" , mcPath + " /lib" );
2727 }
2828}
You can’t perform that action at this time.
0 commit comments