1. 오류 내용
- 구글맵이 하얗게 나와서 문제방법을 찾다보니 API키가 문제라는 공통적인 의견이있었다.
- 또한 실행결과를 살피다보니 구글맵을 사용할 때 아래와 같은 오류가 있는 것을 발견했다.
Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
Google Maps Android API: In the Google Developer Console (https://console.developers.google.com)
Ensure that the “Google Maps Android API v2” is enabled.
Ensure that the following Android Key exists:
2. 원인 파악
- 구글맵 API 요청에 걸어둔 제한에 사용된 SHA-1키값이 Release Key용이라서 Debug 모드에서 별도의 키가 필요하다.
3. 해결 방법
- 정식 버전으로 올리기 전까지는 제한을 걸지 않은 API를 사용하고 나중에 Release로 발매할 때에 수정해서 발매한다.