Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

코딩 노트

Unity3D il2cpp 추가 할 때, 경로문제 본문

DevMemo/Etc

Unity3D il2cpp 추가 할 때, 경로문제

youn_ 2016. 8. 25. 11:11

Failed running C:/Program Files/NDK/android-ndk-r10e/toolchains/llvm-3.6/prebuilt/windows/bin/clang++ -o


Error building Player: Exception: IL2CPP Linkage failed


-------------------------------------------------------------------------------------


빌드 시, 이런 오류들이 나서 찾아 헤매다가 퇴근.

다음날 아침 

C:/Program Files -> C:/ 로 경로 변경.


빌드 성공. @ㅁ@ 관리자권한 때문이었나?



근데 NDK를 설치하고 컴퓨터를 다시 켜서 그런건지

ProgramFiles에서 빼내어서 된건지 모르겠다.


-------------------------------------------------------------------------------------


[NOTE]

- Version : Unity3D 5.3.0

- Android Build Error : Exception: IL2CPP Linkage failed...

- NDK Path : C:/Program Files/android-ndk-r10e  C:/android-ndk-r10e


=> BUILD SUCCESS!