GPGS IllegalStateException: A fatal developer error has occurred. 발생 시
2018. 9. 11. 11:25
Google Play Games Service 를 추가하다 보면 IllegalStateExeption: A fatal developer error has occurred. 와 같은 에러가 발생하며 어플리케이션이 비정상 종료 되는 현상을 볼 수 있습니다.
어플리케이션이 종료되기 전에 [Application ID (000000000000) must be a numeric value. Please verify that your manifest refers to the correct project ID.] 라는 로그를 확인 할 수 있습니다.
해결 방법은 Manifest 에 APP_ID의 형식을 "\ 123456789" 방식에서 "\u003123456789" 로 변경 해 주는 것 입니다.
APP_ID 를 123456789 라 가정 할 때 아래와 같이 사용하면 됩니다.
'Development > Android' 카테고리의 다른 글
Androidx, support 라이브러리 충돌 해결 방법 (0) | 2020.06.19 |
---|---|
GPGS 로그인 시 IllegalStateException 발생 문제 (0) | 2019.02.25 |
구글 플레이 게임 서비스 세이브드 게임 저장 / 불러오기 실패 error 4005 (0) | 2017.03.22 |
Keystore 정보 확인하기 (0) | 2017.03.15 |
java.lang.UnsatifiedLinkError: dalvik.system.PathClassLoader (0) | 2017.02.13 |