Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

C:\Program Files\Unity\Editor\Data\il2cpp/build/il2cpp.exe did not run properly!

Discussion in 'Android' started by RowMan27, Jan 7, 2020.

  1. RowMan27

    RowMan27

    Joined:
    Jan 7, 2020
    Posts:
    1
    Hi!

    previously my project used unity 5.6.4

    because it requires 64bit I upgraded to unity 2017.4.28

    after building with IL2CPP I encountered this problem.

    Code (CSharp):
    1. Failed running C:\Program Files\Unity2017428\Editor\Data\il2cpp/build/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --compile-cpp --libil2cpp-static --platform="Android" --architecture="ARMv7" --configuration="Release" --outputpath="Z:\KidsSpelling\Temp/StagingArea\assets\bin\Data\Native\armeabi-v7a\libil2cpp.so" --cachedirectory="Z:\KidsSpelling\Assets\..\Library\il2cpp_android_armeabi-v7a/il2cpp_cache" --additional-include-directories="C:\Program Files\Unity2017428\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\bdwgc/include" --additional-include-directories="C:\Program Files\Unity2017428\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\libil2cpp/include" --tool-chain-path="C:/NDK/androidndkr13b" --map-file-parser="C:\Program Files\Unity2017428\Editor\Data\Tools\MapFileParser\MapFileParser.exe" --assembly="Z:\KidsSpelling\Temp\StagingArea\assets\bin\Data\Managed\Assembly-CSharp.dll" --assembly="Z:\KidsSpelling\Temp\StagingArea\assets\bin\Data\Managed\UnityEngine.UI.dll" --assembly="Z:\KidsSpelling\Temp\StagingArea\assets\bin\Data\Managed\UnityEngine.dll" --generatedcppdir="Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput"
    2.  
    3. stdout:
    4. Building libil2cpp.so with AndroidToolChain.
    5.     Output directory: Z:\KidsSpelling\Temp\StagingArea\assets\bin\Data\Native\armeabi-v7a
    6.     Cache directory: Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache
    7. ObjectFiles: 485 of which compiled: 485
    8.     Time Compile: 22282 milliseconds Bulk_mscorlib_7.cpp
    9.     Time Compile: 22069 milliseconds Bulk_mscorlib_8.cpp
    10.     Time Compile: 16975 milliseconds Bulk_mscorlib_5.cpp
    11.     Time Compile: 14857 milliseconds Bulk_mscorlib_2.cpp
    12.     Time Compile: 14343 milliseconds Bulk_mscorlib_6.cpp
    13.     Time Compile: 13411 milliseconds Bulk_UnityEngine.UI_1.cpp
    14.     Time Compile: 13216 milliseconds GenericMethods0.cpp
    15.     Time Compile: 12987 milliseconds Bulk_Generics_3.cpp
    16.     Time Compile: 12817 milliseconds Bulk_Generics_0.cpp
    17.     Time Compile: 12797 milliseconds Bulk_mscorlib_0.cpp
    18. Total compilation time: 154244 milliseconds.
    19. il2cpp.exe didn't catch exception: Unity.IL2CPP.Building.BuilderFailedException: C:\NDK\androidndkr13b\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++ @"C:\Users\iQStudio\AppData\Local\Temp\tmp94D8.tmp" -o "Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\linkresult_60D536FAE1CCC1C867DA7DBAD5ADCEF2\libil2cpp.so" -shared -Wl,-soname,libil2cpp.so -Wl,--no-undefined -Wl,-z,noexecstack -Wl,--gc-sections -Wl,--build-id --sysroot "C:\NDK\androidndkr13b\platforms\android-16\arch-arm" -gcc-toolchain "C:\NDK\androidndkr13b\toolchains\arm-linux-androideabi-4.9\prebuilt\windows-x86_64" -target armv7-none-linux-androideabi -Wl,--wrap,sigaction -L "C:\NDK\androidndkr13b\sources\cxx-stl\gnu-libstdc++\4.9\libs\armeabi-v7a" -lgnustl_static -llog -Xlinker -Map="Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\linkresult_60D536FAE1CCC1C867DA7DBAD5ADCEF2\libil2cpp.map" -rdynamic -fPIE -pie -fuse-ld=bfd.exe
    20.  
    21. clang++.exe: warning: argument unused during compilation: '-pie'
    22. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    23. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    24. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    25. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateSmartBannerView_m3209579712':
    26. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29016: undefined reference to `GADUCreateSmartBannerView'
    27. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateBannerView_m637407593':
    28. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28997: undefined reference to `GADUCreateBannerView'
    29. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    30. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    31. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateSmartBannerView_m3209579712':
    32. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29016: undefined reference to `GADUCreateSmartBannerView'
    33. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateBannerView_m637407593':
    34. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28997: undefined reference to `GADUCreateBannerView'
    35. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetBannerCallbacks_m3729149127':
    36. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29051: undefined reference to `GADUSetBannerCallbacks'
    37. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURequestBannerAd_m2043695255':
    38. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29091: undefined reference to `GADURequestBannerAd'
    39. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    40. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    41. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateRequest_m3767898388':
    42. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28880: undefined reference to `GADUCreateRequest'
    43. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUAddKeyword_m170650300':
    44. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28913: undefined reference to `GADUAddKeyword'
    45. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUAddTestDevice_m2619105564':
    46. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28895: undefined reference to `GADUAddTestDevice'
    47. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetBirthday_m705684977':
    48. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28927: undefined reference to `GADUSetBirthday'
    49. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetGender_m1672314204':
    50. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28937: undefined reference to `GADUSetGender'
    51. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUTagForChildDirectedTreatment_m1380093157':
    52. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28947: undefined reference to `GADUTagForChildDirectedTreatment'
    53. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURequestBannerAd_m2043695255':
    54. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29091: undefined reference to `GADURequestBannerAd'
    55. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUShowBannerView_m3079181443':
    56. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29071: undefined reference to `GADUShowBannerView'
    57. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29071: undefined reference to `GADUShowBannerView'
    58. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUHideBannerView_m2190757742':
    59. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29061: undefined reference to `GADUHideBannerView'
    60. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29061: undefined reference to `GADUHideBannerView'
    61. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURemoveBannerView_m1043062268':
    62. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29081: undefined reference to `GADURemoveBannerView'
    63. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    64. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    65. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURemoveBannerView_m1043062268':
    66. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29081: undefined reference to `GADURemoveBannerView'
    67. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateRequest_m3767898388':
    68. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28880: undefined reference to `GADUCreateRequest'
    69. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUAddTestDevice_m2619105564':
    70. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28895: undefined reference to `GADUAddTestDevice'
    71. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUAddKeyword_m170650300':
    72. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28913: undefined reference to `GADUAddKeyword'
    73. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetBirthday_m705684977':
    74. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28927: undefined reference to `GADUSetBirthday'
    75. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetGender_m1672314204':
    76. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28937: undefined reference to `GADUSetGender'
    77. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUTagForChildDirectedTreatment_m1380093157':
    78. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28947: undefined reference to `GADUTagForChildDirectedTreatment'
    79. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetExtra_m3623374276':
    80. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28965: undefined reference to `GADUSetExtra'
    81. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateInterstitial_m379800865':
    82. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29105: undefined reference to `GADUCreateInterstitial'
    83. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetInterstitialCallbacks_m3435096038':
    84. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29140: undefined reference to `GADUSetInterstitialCallbacks'
    85. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUInterstitialReady_m3465943570':
    86. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29150: undefined reference to `GADUInterstitialReady'
    87. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUShowInterstitial_m317374681':
    88. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29161: undefined reference to `GADUShowInterstitial'
    89. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURequestInterstitial_m1951701167':
    90. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29171: undefined reference to `GADURequestInterstitial'
    91. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateRewardBasedVideoAd_m2416696805':
    92. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29181: undefined reference to `GADUCreateRewardBasedVideoAd'
    93. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURewardBasedVideoAdReady_m4207898111':
    94. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29192: undefined reference to `GADURewardBasedVideoAdReady'
    95. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUShowRewardBasedVideoAd_m3062097867':
    96. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29203: undefined reference to `GADUShowRewardBasedVideoAd'
    97. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURequestRewardBasedVideoAd_m1331496244':
    98. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29221: undefined reference to `GADURequestRewardBasedVideoAd'
    99. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUSetRewardBasedVideoAdCallbacks_m60543576':
    100. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29267: undefined reference to `GADUSetRewardBasedVideoAdCallbacks'
    101. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    102. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    103. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUCreateInterstitial_m379800865':
    104. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29105: undefined reference to `GADUCreateInterstitial'
    105. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    106. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    107. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURequestInterstitial_m1951701167':
    108. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29171: undefined reference to `GADURequestInterstitial'
    109. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADURelease_m763974323':
    110. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:28983: undefined reference to `GADURelease'
    111. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADUInterstitialReady_m3465943570':
    112. Z:\KidsSpelling\Temp\StagingArea\Il2Cpp\il2cppOutput/Bulk_Assembly-CSharp_0.cpp:29150: undefined reference to `GADUInterstitialReady'
    113. Z:\KidsSpelling\Library\il2cpp_android_armeabi-v7a\il2cpp_cache\947C772E79C00DCE1191ACC22B3F4556.o: In function `Externs_GADU<message truncated>

    I've tried a number of ways from the previous thread to correct this
    but haven't found the answer.

    I can't fix. Can you help me?
     
  2. JuliusM

    JuliusM

    Unity Technologies

    Joined:
    Apr 17, 2013
    Posts:
    824
  3. leegod

    leegod

    Joined:
    May 5, 2010
    Posts:
    2,345
    I met same il2cpp.exe did not properly errors. This is really suck. I searched over 10 hours googling, neither solutions there worked. Maybe I tried 10 ways. All failed.
     
  4. programerappsGT

    programerappsGT

    Joined:
    May 28, 2020
    Posts:
    3
    Tengo este error
    Si alguien puede ayudarme
    Es un proyecto vacío intente con mi proyecto pero tampoco me deja compilar aab para android de 64 bit
    Win32Exception: ApplicationName = 'C: \ Archivos de programa \ Unity \ 2019.2.20f1 \ Editor \ Data \ il2cpp \ build / UnityLinker.exe', CommandLine = '- out = C: / prueba / Temp / StagingArea / assets / bin / Data / Managed / tempStrip -x = "C: / Archivos de programa / Unity / 2019.2.20f1 / Editor / Data / PlaybackEngines / AndroidPlayer / Whitelists / Core.xml" -x = C: / prueba / Temp / StagingArea / assets / bin / Data / Managed /../ platform_native_link.xml -x = C: /prueba/Temp/StagingArea/assets/bin/Data/Managed/TypesInScenes.xml -d = C: / prueba / Temp / StagingArea / assets / bin / Data / Managed --dotnetruntime = il2cpp --dotnetprofile = unityaot --use-editor-options --include-directory = C: / prueba / Temp / StagingArea / assets / bin / Data / Managed --rule-set = Conservative - editor-data-file = C: / prueba / Temp / StagingArea / assets / bin / Data / Managed / EditorToUnityLinkerData.json --disable-engine-module-support --enable-engine-module-stripping --engine-stripping-flag = EnableUnityConnect --engine-modules-asset-file = "C: / Archivos de programa / Unity / 2019.2.20f1 /Editor/Data/PlaybackEngines/AndroidPlayer/Whitelists/../modules.asset "', CurrentDirectory =' C: \ prueba \ Temp \ StagingArea \ assets \ bin \ Data \ Managed ', Error nativo = La operaciolicitada requiere elevaci

    System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) (en <ae22a4e8f83c41d69684ae7f557133d9>: 0)
    System.Diagnostics.Process.Start () (en <ae22a4e8f83c41d69684ae7f557133d9>: 0)
    (envoltorio remoting-invoke-with-check) System.Diagnostics.Process.Start ()
    UnityEditor.Utils.Program.Start (System.EventHandler exitCallback) (en C: /buildslave/unity/build/Editor/Mono/Utils/Program.cs: 44)
    UnityEditor.Utils.Program.Start () (en C: /buildslave/unity/build/Editor/Mono/Utils/Program.cs: 28)
    UnityEditorInternal.Runner.RunProgram (UnityEditor.Utils.Program p, System.String exe, System.String args, System.String workingDirectory, UnityEditor.Scripting.Compilers.CompilerOutputParserBase analizador) (en C: / buildslave / unity / build / Editor / Mono / BuildPipeline / BuildUtils.cs: 104)
    UnityEditorInternal.Runner.RunManagedProgram (System.String exe, System.String args, System.String workingDirectory, UnityEditor.Scripting.Compilers.CompilerOutputParserBase analizador, System.Action`1 [T] setupStartInfo) (en C: / buildslave / unity /Editor/Mono/BuildPipeline/BuildUtils.cs:71)
    UnityEditorInternal.AssemblyStripper.RunAssemblyLinker (System.Collections.Generic.IEnumerable`1 [T] args, System.String & out, System.String & err, System.String linkerPath, System.String workingDirectory) (en C: / buildslave / unity / build /Editor/Mono/BuildPipeline/AssemblyStripper.cs:222)
    UnityEditorInternal.AssemblyStripper.StripAssembliesTo (System.String [] assemblies, System.String [] searchDirs, System.String outputFolder, System.String workingDirectory, System.String & output, System.String & error, System.String linkerPath, UnityEditorInternal.IIl2Cpp System.Collections. /AssemblyStripper.cs:158)
    UnityEditorInternal. managedStrippingLevel) (en C: /buildslave/unity/build/Editor/Mono/BuildPipeline/AssemblyStripper.cs: 358)
    UnityEditorInternal.
    UnityEditorInternal.IL2CPPBuilder.Run () (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/Il2Cpp/IL2CPPUtils.cs:326)
    UnityEditorInternal.IL2CPPUtils.RunIl2Cpp (System.String tempFolder, System.String stagingAreaData, UnityEditorInternal.IIl2CppPlatformProvider platformProvider, System.Action`1[T] modifyOutputBeforeCompile, UnityEditor.RuntimeClassRegistry runtimeClassRegistry) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/Il2Cpp/IL2CPPUtils.cs:63)
    UnityEditor.Android.PostProcessor.Tasks.RunIl2Cpp.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <502f1b7df2d7430696af84c6f02852ed>:0)
    UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <502f1b7df2d7430696af84c6f02852ed>:0)
    UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (UnityEditor.BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, UnityOEditor opciones. RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport informe) (en <502f1b7df2d7430696af84c6f02852ed>: 0)
    UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties y outProperties) (en <502f1b7df2d7430696af84c6f02852ed>: 0)
    UnityEditor.PostprocessBuildPlayer. , Informe UnityEditor.Build.Reporting.BuildReport) (en C: /buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs: 281)
    UnityEngine.GUIUtility: ProcessEvent (Int32, IntPtr) (en C: /buildslave/unity/build/Modules/IMGUI/GUIUtility.cs: 179)