안드로이드 구글지도를 연결할때 똑같이 했는데 에러가 자꾸 뜨길래 찾아본 결과 프로젝트 이름이 문제였다.!
내 프로젝트 이름과 동일하게 만들어야 함
당시 내 패키지 이름
com.test.mini01_lbs01
API키에서 이름이 같게 만들어야 함
Logcat
Authorization failure. Please see https://developers.google.com/maps/documentation/android-sdk/start for how to correctly set up the map.
2023-07-19 10:55:18.414 6475-6541 Google Android Maps SDK com.test.mini01_lbs01 E In the Google Developer Console (https://console.developers.google.com)
Ensure that the "Maps SDK for Android" is enabled.
Ensure that the following Android Key exists:
API Key:
Android Application (<cert_fingerprint>;<package_name>): SHA-1키;com.test.mini01_lbs01
정말 깊이 있는 글이었습니다.