Closed ghost closed 3 years ago
I was compiling with NDK version=19.2.5345600
at the time. From your previous issue I assume you have modified libil2cpp.h
yourself.
The error messages indicate that you are missing declaration for Elf32_Dyn
it also suggests that you rename it to Elf32_Sym
. I am not sure what you are trying to achieve. But you could try removing Elf32_Dyn
if you are not using it or declare it if you need it (as suggested by the compiler).
I'm using Android Studio 3.6.1, and NDK v21d. But when i'm trying to build APK, im getting bunch of errors (19) in file libil2cpp.h
There are all of this errors: