Unity 2021.3.42f1 android x86_64 error
View 420 | 작성일2024.08.18 17:19
관련링크
본문
After build with x86_64
Using project settings without x86_64 created in the future Build the apk.
Then, "Type BuildConfig is defined multiple times" error occurs.
However, if the project settings file is in the past, there is no problem.
빌드구성을 어떻게 했는지에 따라
빈도가 다를것으로 보입니다
구글 플레이 게임즈 때문에 pc용 abi를 빌드스크립트에서 활성시킨경우
빌드후
1. x86_64가 제거된 프로젝트 세팅파일로
2. 직전빌드보다 미래시간에 만들어진 파일로
다음빌드를 걸면
BuildConfig 중복이 발생합니다
과거시간이면 그냥 넘어가는것으로 보입니다