일정


Untitled

  1. develop branch에 feature/xxx로 브랜치 생성 , 톡방에 고지하면 좋음

  2. 빌드

    1. 빌드오류 → 안드로이드/ ios 스위치 플랫폼 잘 보기………

    2. 안드로이드 오류→ 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를 안드로이드→ 유니티로 복사해주어야 함

    유니티 안드로이드 빌드 (API Level 29 ~ 30)

  3. 131번 줄 : android:localeConfig="@xml/locales_config"