GPGS 로그인 시 아래와 같은 에러 메세지가 발생하는 경우가 있습니다.
2019-02-22 17:14:00.858 2055-2055/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.google.android.gms, PID: 2055 java.lang.IllegalStateException: A fatal developer error has occurred. Class name: rbq. Start service action: com.google.android.gms.games.service.START. Service Descriptor: com.google.android.gms.games.internal.IGamesService.
그럴 경우 Manifest 파일에 app_id 를 정확히 넣었는지 확인 후 app_id 에 문제가 없는 경우 app_id 를 아래와 같은 방식으로 변경 해 줍니다.
ex) app_id 가 123456789 인 경우 앱 아이디 앞에 \u003 을 추가 해 줍니다.
'Development > Android' 카테고리의 다른 글
Android12 APK 설치 불가 현상 (0) | 2022.02.17 |
---|---|
Androidx, support 라이브러리 충돌 해결 방법 (0) | 2020.06.19 |
GPGS IllegalStateException: A fatal developer error has occurred. 발생 시 (0) | 2018.09.11 |
구글 플레이 게임 서비스 세이브드 게임 저장 / 불러오기 실패 error 4005 (0) | 2017.03.22 |
Keystore 정보 확인하기 (0) | 2017.03.15 |