Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

구글맵 api 발급받는법 #3

Open
GoogleCodeExporter opened this issue Aug 21, 2015 · 0 comments
Open

구글맵 api 발급받는법 #3

GoogleCodeExporter opened this issue Aug 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

개발 위치별로 등록해야 되는듯 (빌드하는 장소마다 키 
발급 필요)
발급 위치 : 
http://code.google.com/intl/ko-KR/android/add-ons/google-apis/maps-api-signup.ht
ml

keytool 파일 위치 : D:\android-java\bin\java\jdk1.7\bin\
(환경변수 설정 안되어있으면 직접 입력)


cmd에서 안드로이드 avd 설치된 폴더로 가서 아래 명령어 
실행 (ex - D:\android-java\.android )

키 발급 명령어
keytool -v -list -alias androiddebugkey -keystore debug.keystore -storepass 
android -keypass android > output.txt

실행 후 avd 폴더에 output.txt 파일에 인증서 지문 중  MD5 를 
입력하면 됨


** 첨부 파일은 위 내용과 같음

Original issue reported on code.google.com by wisdi...@gmail.com on 16 Feb 2012 at 2:42

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant