1. 인증서의 SHA1값 생성
2. Google Development Console에서 API key 값 생성
- 인증서의 SHA1값 생성
애플리케이션을 배포하기 위해서는 정식으로 발급받은 키를 사용해야 하지만, 개발 과정에서는 디버그용 인증서를 사용할 수도 있습니다. 디버기용 인증서를 사용해서 API 키를 발급받기 위해서는 안드로이드 사용자 폴더(Windows인 경우 C:\Documents and Settings\username\.android, Mac OS인 경우 /Users/username/.android)에서 다음과 같이 keytool 명령을 실행합니다
keytool -list -v -keystore debug.keystore -storepass android -keypass android
- Google Development Console에서 API key 값 생성
1. Google 계정으로 Google Developers에 로그인
2. Google Developers Console로 이동
3. Create Project
4. API & auth -> APIs에서 원하는 API들을 ON
5. Credentials -> OAuth -> NEW CLIENT ID
Application type: Installed application
Installed application type: Android
Package name:
댓글 없음:
댓글 쓰기