유니티 빌드 실패: 안드로이드 SDK NDK 경로 문제 오류 에러 (Unity Buid Error: Android SDK & NDK Path - Burst compilerfailed running)
2023. 3. 29. 00:34ㆍUnity
유니티 빌드 실패: 안드로이드 SDK NDK 경로 문제 오류 에러 (Unity Buid Error: Android SDK & NDK Path - Burst compilerfailed running)
BuildFailedException: Burst compiler (1.7.3) failed running
stdout:
Burst requires the android NDK to be correctly installed (it can be installed via the unity installer add component) in order to build a standalone player for Android with ARMV7A_NEON32
The environment variable ANDROID_NDK_ROOT is undefined or empty, is the Android NDK correctly installed?
stderr:
분석
유니티 엔진 엔진 버전 단위 안드로이드 SDK 와 NDK 경로 관리
자동 업데이트 / 다운로드 설정 시 저 값을 컨트롤
결국 환경 변수 충돌 문제
해결
- 안드로이드 NDK 사용자 환경 변수 설정
set ANDROID_NDK_ROOT=C:\Program Files\Unity\Hub\Editor\2021.3.14f1\Editor\Data\PlaybackEngines\AndroidPlayer\NDK
- Player Setting / External tools 에서 NDK 체크 풀었다가 다시 체크
유니티 빌드 실패: 안드로이드 SDK NDK 경로 문제 오류 에러 (Unity Buid Error: Android SDK & NDK Path - Burst compilerfailed running)
'Unity' 카테고리의 다른 글
유니티 iOS CocoaPods Facebook SDK pods intall 에러 (0) | 2023.03.29 |
---|---|
유니티 iOS 빌드 오류 - Failed to install CocoaPods for the current user. (0) | 2023.03.29 |
유니티 플레이 스토어 업로드 에러 - 디버그 가능 APK 또는 Android App Bundle을 업로드 / IL2CPP 세팅 (0) | 2023.03.29 |
유니티 Firebase + Facebook SDK 동시 임포트 시 dll 충돌 문제 - java.lang.NoClassDefFoundError (0) | 2023.03.29 |
유니티 빌드 실패: 페이스북 SDK, openssl 에러 오류 (0) | 2023.03.29 |