유니티 젠킨스 Android SDK Detecting 실패로 인한 빌드 실패
2022. 4. 8.
유니티의 에디터 설치 버전을 바꾸는 과정에서 젠킨스 빌드에서 Android SDK를 찾지 못하는 에러가 나왔다. 이 경우, 젠킨스 빌드를 위한 Android SDK 경로를 직접 설정해주는 방식으로 해결이 가능하다. 아래의 문서를 보면 확인이 가능하다. Jenkins build failed due to missing android SDK As the title says my jenkins build fails due to not finding the android sdk dispite it being located in the environments path. Here is the console logs Started by user anonymous Building in works... stackoverf..