Dai Pham V.[2] VN.Hanoi
Results
2
comments of
Dai Pham V.[2] VN.Hanoi
@IluhinDotPro It works. Thank you!
You replace all content on **BuildIl2Cpp** function by these: ``` def commandLineArgs = [] commandLineArgs.add("--compile-cpp") commandLineArgs.add("--platform=Android") commandLineArgs.add("--architecture=" + architecture) commandLineArgs.add("--outputpath=" + workingDir + "/src/main/jniLibs/" + abi + "/libil2cpp.so") commandLineArgs.add("--libil2cpp-static") commandLineArgs.add("--baselib-directory="...