Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.31k stars 6k forks source link

Compile error #27

Closed SzangLenonard closed 3 years ago

SzangLenonard commented 3 years ago

I tried to compile the project, but got the following error

> Task :module:externalNativeBuildRelease FAILED
Build riru_il2cppdumper_armeabi-v7a
ninja: error: 'C:/Users/leo/tmp/Riru-Il2CppDumper/module/src/main/cpp/main.cpp', needed by 'CMakeFiles/riru_il2cppdumper.dir/main.cpp.o', missing and no known rule to make it

FAILURE: Build failed with an exception.

> * What went wrong:
> Execution failed for task ':module:externalNativeBuildRelease'.
> > Build command failed.
>   Error while executing process F:\leo\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe with arguments {--build C:\Users\leo\tmp\Riru-Il2CppDumper\module\.cxx\cmake\release\armeabi-v7a --target riru_il2cppdumper}
>   
>   ninja: error: 'C:/Users/leo/tmp/Riru-Il2CppDumper/module/src/main/cpp/main.cpp', needed by 'CMakeFiles/riru_il2cppdumper.dir/main.cpp.o', missing and no known rule to make it
mltdlo commented 3 years ago

I also encountered the same error. How can I solve it?