고객님의 문의에 답변하는 직원은 고객 여러분의 가족 중 한 사람일 수 있습니다.
고객의 언어폭력(비하, 조롱, 욕설, 협박, 성희롱 등)으로부터 직원을 보호하기 위해
관련 법에 따라 수사기관에 필요한 조치를 요구할 수 있으며, 형법에 의해 처벌 대상이 될 수 있습니다.
커뮤니티 이용 정책에 위배되는 게시물을 작성할 경우, 별도 안내 없이 게시물 삭제 또는 커뮤니티 이용이 제한될 수 있습니다.
문의 응대 : 평일 오전 10시 ~ 오후 6시
문의를 남기실 경우 다음 항목을 작성해 주세요.
정보가 부족하거나 응대시간 외 문의하는 경우 확인 및 답변이 지연될 수 있습니다.
- 뒤끝 SDK 버전 : 5.11.5
- 에러 메시지 :
2024-02-25 23:06:02.905 9489 9518 Error Unity SDK Exception : java.lang.NoSuchFieldError: no “Ljava/lang/Object;” field “mainActivity” in class “Lio/thebackend/googlelogin/GoogleLogin;” or its superclasses
2024-02-25 23:06:02.905 9489 9518 Error Unity BackendManager:GoogleLoginCallback(Boolean, String, String)
2024-02-25 23:06:02.905 9489 9518 Error Unity TheBackend.ToolKit.GoogleLogin.Android:GoogleLogin(String, GoogleLoginCallback)
2024-02-25 23:06:02.905 9489 9518 Error Unity TheBackend.ToolKit.GoogleLogin.Android:GoogleLogin(GoogleLoginCallback)
2024-02-25 23:06:02.905 9489 9518 Error Unity GoogleLoginBaseUI:OnClickLoginButton()
2024-02-25 23:06:02.905 9489 9518 Error Unity UnityEngine.Events.UnityEvent:Invoke()
2024-02-25 23:06:02.905 9489 9518 Error Unity UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
2024-02-25 23:06:02.905 9489 9518 Error Unity UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
2024-02-25 23:06:02.905 9489 9518 Error Unity UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
2024-02-25 23:06:02.905 9489 9518 Error Unity UnityEngine.EventSystems.StandaloneInputModule:Process()
2024-02-25 23:06:02.905 9489 9518 Error Unity
뒤끝 SDK 5.11.5 사용, 구글로그인 SDK 2.0.0 사용, 유니티 버전 2022.3.20f1 사용하고 있습니다.
에러 메시지 처럼 로그인이 안되고 있는데 어떻게 해야 될까요?
Assets\Plugins\Android\proguard-user.txt 파일에 아래 3개는 추가한 상태 입니다.
-keep class io.thebackend.googlelogin.** {;}
-keep class io.thebackend.unity.** {;}
-keep class io.thebackend.webview.** {*;}