develop branch에 feature/xxx로 브랜치 생성 , 톡방에 고지하면 좋음
빌드
빌드오류 → 안드로이드/ ios 스위치 플랫폼 잘 보기………
안드로이드 오류→ mrlis, global_resources 더블클릭으로 새로 받기 했는지 확인…
android {
compileSdk 33
buildToolsVersion '33.0.0'
defaultConfig {
minSdkVersion 26
targetSdkVersion 33
applicationId 'com.skt.treal.jumpvrm'
ndk {
abiFilters 'arm64-v8a'
}
vectorDrawables.useSupportLibrary = true
buildConfigField 'int', 'TARGET_SERVER_TYPE', targetServer
}
c. 유니티 안드로이드 빌드 시, sdk를 안드로이드→ 유니티로 복사해주어야 함
131번 줄 : android:localeConfig="@xml/locales_config"