Other
unity 5.4.2p4 build apk by il2cpp fail
when i use mono to build it correct.but change to IL2CPP. i got error:` il2cpp.exe didn't catch exception: Unity.IL2CPP.Building.BuilderFailedException: @"C:\Users\Administrator\AppData\Local\Temp\tmp129F.tmp" -o "D:\NewWork\NewClient\Temp\StagingArea\assets\bin\Data\Native\armeabi-v7a\libil2cpp.so" -Wl,-soname,libil2cpp.so -shared -Wl,--no-undefined -Wl,-z,noexecstack -Wl,--gc-sections -Wl,--build-id --sysroot "D:\sdk\android-ndk-r10e\platforms\android-9\arch-arm" -gcc-toolchain "D:\sdk\android-ndk-r10e\toolchains\arm-linux-androideabi-4.9\prebuilt\windows-x86_64" -target armv7-none-linux-androideabi -L "D:\sdk\android-ndk-r10e\sources\cxx-stl\gnu-libstdc++\4.9\libs\armeabi-v7a" -lgnustl_static -fuse-ld=gold ` someone colud help me?thanks very much!
I think there might be more information in the error message. I can't tell the cause from this error message alone. Can you provide more details?
thinks for your answer.I finger out this error now.I used [DLLImport("__Internal")]
for IOS and forgot add` #if UNITY_IOS`.
Follow this Question
Related Questions
Stuck when building " Task transformClassesWithDexBuilderForRelease " 1 Answer
I'm getting IL2CPP build error for some reason 1 Answer
Can't build WebGL because of IL2CPP crash 0 Answers
Assertion Fail in elf32-arm.c:7827 when building for Android with IL2CPP 1 Answer
Android app not building after switching to il2cpp 0 Answers