Devilx86 / ImpostorModmenu

Mod menu for Among Us on Android (supports both armeabi-v7a and arm64-v8a)
128 stars 70 forks source link

19 Errors when building APK #69

Closed ghost closed 3 years ago

ghost commented 3 years ago

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:

Скриншот 19-02-2021 22_55_46 Скриншот 19-02-2021 22_55_29 Скриншот 19-02-2021 22_54_57 Скриншот 19-02-2021 22_54_34

Devilx86 commented 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).